On 11 Jun., 15:30, Karen Tracey <[email protected]> wrote: > Yes, you've got your admin registrations in your models.py file. models.py > won't necessarily be loaded early in a production environment with > DEBUG=False, so these registration calls are not running before you start > using admin. Move admin registrations to an admin.py file and call > admin.autodiscover() in your urls.py file > (seehttp://docs.djangoproject.com/en/dev/ref/contrib/admin/#hooking-admin...) > and the problem will go away.
Thank you very much, that solved my problem. :-) Regards, Jan -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.

