Add django migrations. These are needed on newer django installs to maintain the database

This commit is contained in:
Sam Wenham
2020-02-20 11:55:35 +00:00
parent de22b071b0
commit eb5406f325
3 changed files with 577 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
# Generated by Django 1.10.8 on 2019-07-14 19:45
# Generated by Django 1.10.8 on 2020-02-18 16:01
from __future__ import unicode_literals
from django.db import migrations, models
@@ -11,7 +11,7 @@ class Migration(migrations.Migration):
initial = True
dependencies = [
('core', '0003_auto_20190714_2029'),
('core', '0001_initial'),
]
operations = [