Skip to content
Snippets Groups Projects
Commit c0de670c authored by Saleem Latif's avatar Saleem Latif
Browse files

Fix sandboax builds, because of signal chains, UserProfile table must be...

Fix sandboax builds, because of signal chains, UserProfile table must be predent before adding a User
parent 9ae82024
No related branches found
No related tags found
No related merge requests found
......@@ -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 = [
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment