2
0
mirror of https://expo.survex.com/repositories/troggle/.git synced 2025-12-16 15:57:11 +00:00

generated files should be in gitignore

This commit is contained in:
Expo on server
2020-07-20 23:51:15 +01:00
parent 1bc82dea15
commit f7db908cb2
6 changed files with 158 additions and 124 deletions

View File

@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
# Generated by Django 1.11.29 on 2020-07-20 10:25
# Generated by Django 1.11.29 on 2020-07-20 22:32
from __future__ import unicode_literals
from django.conf import settings
@@ -324,7 +324,7 @@ class Migration(migrations.Migration):
fields=[
('id', models.AutoField(auto_created=True, primary_key=True, serialize=False, verbose_name='ID')),
('name', models.CharField(max_length=100)),
('title', models.CharField(max_length=100)),
('title', models.CharField(max_length=200)),
('date', models.DateField(blank=True, null=True)),
('survexpath', models.CharField(max_length=200)),
('legsall', models.IntegerField(null=True)),