First commit of the V2.

New base, new info.
This commit is contained in:
2019-04-18 00:58:59 +02:00
parent 698b6dd865
commit 31d5f7ade4
185 changed files with 32824 additions and 0 deletions

View File

@@ -0,0 +1,22 @@
# Generated by Django 2.0.3 on 2019-04-17 22:12
from django.db import migrations, models
class Migration(migrations.Migration):
dependencies = [
('timelaps', '0006_auto_20190418_0006'),
]
operations = [
migrations.AlterModelOptions(
name='driver',
options={'ordering': ['order']},
),
migrations.AddField(
model_name='driver',
name='short_name',
field=models.CharField(blank=True, default=None, max_length=10, null=True),
),
]