Hi,

I have currently built a website with Django. After developing
everything locally with "python manage.py runserver", I have switched
for testing to Apache and mod_python.

Everything worked fine there as well. All pages are rendered correctly
(PS: For the layouting, I use 3 CSS files).


Now, I want to go into production mode. The only thing I did so far:
turning DEPUG to False in my settings.py.

RESULT:  All my pages seems to have lost the CSS files. The text parts
are there, but the layouting doesn't work.

When I turn DEPUG back to True in my "settings.py", the layouting of
the pages works again.

???


What happens when DEPUG is set to False - any changes to the path or
security settings?

Thanks in advance for any help.

Kind regards,
Tom

-- 
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.

Reply via email to