first commit

This commit is contained in:
2019-01-13 22:35:24 +01:00
commit ff0e2213f3
58 changed files with 892 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
# Generated by Django 2.1.5 on 2019-01-12 09:07
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
('timelaps', '0004_auto_20190112_0906'),
]
operations = [
migrations.RenameField(
model_name='driver',
old_name='last_name',
new_name='name',
),
]