On 11 Jun., 15:30, Karen Tracey <kmtra...@gmail.com> 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 django-us...@googlegroups.com. To unsubscribe from this group, send email to django-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.