feat: add dependency for system_manage in initial migration and update subproject commit hashes
parent
7e67fbc592
commit
1a60d8c972
|
|
@ -31,6 +31,7 @@ class Migration(migrations.Migration):
|
|||
|
||||
dependencies = [
|
||||
('users', '0001_initial'),
|
||||
('system_manage', '0001_initial'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
|
|
|
|||
Loading…
Reference in New Issue