DanJ wrote:
> Hi,
> 
> I'm new to Django so please pardon my ignorance.
> I've just installed Django 1.0 from SVN. I'm trying to follow the
> tutorial, while at the same time use Apache and mod_python.
> 
> When I point my browser to the admin site I get a simple text version,
> as if it missing the template.
> - Are there any logs to check in order to verify if the template was
> not found?
> - What could be causing this error?

The issue here is that the CSS files aren't being served by Apache. Take
a look at

http://docs.djangoproject.com/en/dev/howto/deployment/modpython/#serving-media-files

to see how to configure Apache to serve the files.

regards
 Steve
-- 
Steve Holden        +1 571 484 6266   +1 800 494 3119
Holden Web LLC              http://www.holdenweb.com/

--~--~---------~--~----~------------~-------~--~----~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to