Hi Frankline,
-- Like you said, you need to use 'app_label.model_name' for AUTH_USER_MODEL, instead of 'apps.app_label.model_name'. Django looks at INSTALLED_APPS and knows to add the "apps" prefix when importing.
What's wrong with setting AUTH_USER_MODEL to 'app_label.model_name'?
Collin
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscribe@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/bae6d5bc-7afa-4155-b3e7-8df836680960%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
No comments:
Post a Comment