Hey,
The admin media setting is only for django's admin interface. For
me, I needed to change some things in the admin interface, and so
copied the media folder (in windows, found in "C:\Python25\Lib\site-
packages\django\contrib\admin\") to the root of my server directory
(alternatively, non-w
Hey,
The admin media setting is only for django's admin interface. For
me, I needed to change some things in the admin interface, and so
copied the media folder (in windows, found in "C:\Python25\Lib\site-
packages\django\contrib\admin\") to the root of my server directory
(alternatively, non-w
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
3 matches
Mail list logo