fixed migration order and dependencies

This commit is contained in:
vabene1111
2021-06-30 15:33:35 +02:00
committed by smilerz
parent 2c3e722458
commit 1bd90f9304
8 changed files with 23 additions and 139 deletions

View File

@@ -6,7 +6,7 @@ from django.db import migrations, models
class Migration(migrations.Migration):
dependencies = [
('cookbook', '0124_alter_userpreference_search_style'),
('cookbook', '0124_alter_userpreference_theme'),
]
operations = [