Hello,
-- In my app I am using custom user model with my own createsuperuser command.
However after updating my dev to Django 1.7 I've realized that behaviour of commands discoverer was changed from "last one wins", to "first_one_wins" so first command discovered is preffered instead.
I've fixed this temporarily by moving my app above contrib.auth in INSTALLED_APPS, but this seems hacky to me.
Is there other way to override management commands?
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/2ddd6857-ebec-4b1d-8211-c14474a3e582%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
No comments:
Post a Comment