Commit b52e4dd4 authored by Michal Čihař's avatar Michal Čihař

Add missing code migration (issue #1082)

Signed-off-by: default avatarMichal Čihař <michal@cihar.com>
parent 620ebe6a
......@@ -17,6 +17,7 @@ def add_anonymous_profile(apps, schema_editor):
'is_active': False
}
)[0]
Profile.objects.get_or_create(user=anon_user)
class Migration(migrations.Migration):
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment