Fix sandboax builds, because of signal chains, UserProfile table must be predent before adding a User
This commit is contained in:
@@ -26,6 +26,7 @@ class Migration(migrations.Migration):
|
||||
dependencies = [
|
||||
migrations.swappable_dependency(settings.AUTH_USER_MODEL),
|
||||
('user_api', '0002_retirementstate_userretirementstatus'),
|
||||
('student', '0033_userprofile_state'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
|
||||
Reference in New Issue
Block a user