fix: acl migrate bug

pull/7089/head
feng626 3 years ago committed by Jiangjie.Bai
parent 3fffd667dc
commit c93ab15351

@ -54,6 +54,7 @@ class Migration(migrations.Migration):
dependencies = [
migrations.swappable_dependency(settings.AUTH_USER_MODEL),
('acls', '0001_initial'),
('authentication', '0004_ssotoken'),
]
operations = [

Loading…
Cancel
Save