Re: settings.py DEBUG crash

2012-09-02 Thread Alex Bruno Cáceres
Thank you guys! I'll try these solutions. Em sexta-feira, 31 de agosto de 2012 17h49min42s UTC-4, vicherot escreveu: > > 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 you

Re: settings.py DEBUG crash

2012-08-31 Thread Rafael E. Ferrero
http://stackoverflow.com/questions/7241688/django-admin-css-missing 2012/8/31 Rafael E. Ferrero > 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, dja

Re: settings.py DEBUG crash

2012-08-31 Thread Rafael E. Ferrero
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 > Hello people! > I'm le