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
+16
View File
@@ -0,0 +1,16 @@
# Generated by Django 3.1.3 on 2021-02-05 10:37
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
('generic', '0005_auto_20210205_1035'),
]
operations = [
migrations.DeleteModel(
name='Site',
),
]