Friday, August 31, 2012

Re: settings.py DEBUG crash

http://stackoverflow.com/questions/7241688/django-admin-css-missing

2012/8/31 Rafael E. Ferrero <rafael.ferrero@gmail.com>
maybe you are using the development server for serve statics files.
I had the same problem, in google i find the answer (if you copy all css files from contrib.admin in your media directory, django look for that files first)

hope to help you


2012/8/31 Alex Bruno Cáceres <alexbruno.webmaster@gmail.com>
Hello people!
I'm learning Django and have a doubt.
When I set DEBUG=False in settings.py, Dajngo Admin looses CSS theme, it crashes layout and show only HTML.
Why it happens? I did something wrong?

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To view this discussion on the web visit https://groups.google.com/d/msg/django-users/-/QZCqSHkbXDQJ.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to django-users+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/django-users?hl=en.



--
Rafael E. Ferrero
Claro: (03562) 15514856



--
Rafael E. Ferrero
Claro: (03562) 15514856

--
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+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/django-users?hl=en.

No comments:

Post a Comment