Reformat migrations
This commit is contained in:
parent
7356d02ada
commit
7bb6b2f671
3 changed files with 3 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
|||
# Generated by Django 4.1.4 on 2022-12-29 18:03
|
||||
|
||||
import django.db.models.deletion
|
||||
from django.conf import settings
|
||||
from django.db import migrations, models
|
||||
import django.db.models.deletion
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
# Generated by Django 4.1.4 on 2022-12-29 18:14
|
||||
|
||||
import django.db.models.deletion
|
||||
from django.conf import settings
|
||||
from django.db import migrations, models
|
||||
import django.db.models.deletion
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
# Generated by Django 4.1.4 on 2022-12-29 18:22
|
||||
|
||||
import datetime
|
||||
|
||||
from django.db import migrations, models
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue