fix migration import order
This commit is contained in:
parent
4459f9c529
commit
d8eb926a76
|
@ -1,12 +1,13 @@
|
|||
# Generated by Django 2.1.5 on 2019-02-08 10:42
|
||||
|
||||
from django.conf import settings
|
||||
import uuid
|
||||
|
||||
import django.contrib.auth.models
|
||||
import django.contrib.auth.validators
|
||||
from django.db import migrations, models
|
||||
import django.db.models.deletion
|
||||
import django.utils.timezone
|
||||
import uuid
|
||||
from django.conf import settings
|
||||
from django.db import migrations, models
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
|
Reference in New Issue