mirror of
https://github.com/nottinghamtec/PyRIGS.git
synced 2026-01-17 05:22:16 +00:00
Fix migrations again
This commit is contained in:
@@ -9,7 +9,7 @@ class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
migrations.swappable_dependency(settings.AUTH_USER_MODEL),
|
||||
('assets', '0014_auto_20200218_1840'),
|
||||
('assets', '0016_auto_20200413_1632'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
Reference in New Issue
Block a user