Hello,
I tried to create my own css and to link my applications to this one
by creating a directory called media in my project.
i indicated to settings.py of my project to see this directory by
editing ADMIN_MEDIA_PREFIX = '/media/'
In this directory i created css img and js directory as the tree of
the django source code and i copied files from this tree to my own css
directory(i mean for example dashboard.css renamed dashboard1.css to
test if it works...)
I also modified my index.html from my own template like this {% block
stylesheet %}{% load adminmedia %}{% admin_media_prefix %}css/
dashboard1.css{% endblock %}.....and nothing happens , i mean, my
dashboard1.css is not read
could anyone has an experience of this kind of thing? and is it
working for somebody else?
If this is the case could anyone show me how to do it?

Thank in advance!


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