Skip to content
Snippets Groups Projects
Commit 1885d097 authored by ynerant's avatar ynerant
Browse files

Uncomment required line

parent 49ec6639
No related branches found
No related tags found
No related merge requests found
......@@ -11,5 +11,5 @@ def save_user_profile(instance, created, raw, **_kwargs):
if created:
from .models import Profile
#Profile.objects.get_or_create(user=instance)
Profile.objects.get_or_create(user=instance)
instance.profile.save()
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