remove settings. everything should be configured via the .env file.

This commit is contained in:
2021-04-21 09:01:18 +01:00
parent 64acde19db
commit c14049ec54
7 changed files with 20 additions and 65 deletions

View File

@@ -0,0 +1,16 @@
# Generated by Django 3.2 on 2021-04-21 07:56
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
('comic', '0020_alter_directory_options'),
]
operations = [
migrations.DeleteModel(
name='Setting',
),
]