Why django not found static files?
Hi,
I just installed the django-admin-tools app but my django installation
doesn't load the css, js and other static files.
in settings.py I have:
STATIC_ROOT = '/home/ucp/trunk/static/'
STATIC_URL = '/static/'
and when i try to load
http://localhost:8081/static/admin_tools/css/dashboard.css I get a
"page not found" error :(
but this file seems to be in the right directory and have read
permisons for my user!
/home/ucp/trunk/static/admin_tools/css/dashboard.css
what I'm missing?
Thanks!
--
Marc
--
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.
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home