This commit is contained in:
Ross
2021-02-05 10:47:27 +00:00
parent cddc3c09e2
commit b8cb09b5c5
19 changed files with 227 additions and 44 deletions
+17
View File
@@ -0,0 +1,17 @@
# Generated by Django 3.1.3 on 2021-02-05 10:13
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
('longs', '0008_auto_20210205_1013'),
('generic', '0001_initial'),
]
operations = [
migrations.DeleteModel(
name='Site',
),
]