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:
@@ -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)),
|
||||
|
||||
Reference in New Issue
Block a user