we have our dedicated webserver setup with django & mod_wsgi, where
everything works fine.
but: when I start the devserver, the templates and mediafiles are not
there ...

if I start the integrated devserver with:
--adminmedia = /path/to/admin/media/
and if I add:
"/var/www/myserver/django_src/django/contrib/admin/templates/",
to TEMPLATE_DIRS in settings.py
everythings ok.

although this seems to work, I´m a bit uncertain because the templates
and mediafiles for the admin should be found automatically, right?

FYI: without starting the devserver, all admin-templates and
mediafiles are found.

thanks,
patrick
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@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
-~----------~----~----~----~------~----~------~--~---

Reply via email to