Change the admin media prefix to suit the server settings.
authorMadhusudan.C.S <madhusudancs@gmail.com>
Sat, 15 Jan 2011 01:16:17 +0530
changeset 404 c83eba94f643
parent 403 61292fa7f61a
child 405 76d13cdeefc7
Change the admin media prefix to suit the server settings.
pytask/settings.py
--- a/pytask/settings.py	Sat Jan 15 00:41:50 2011 +0530
+++ b/pytask/settings.py	Sat Jan 15 01:16:17 2011 +0530
@@ -54,7 +54,7 @@
 # URL prefix for admin media -- CSS, JavaScript and images. Make sure to use a
 # trailing slash.
 # Examples: "http://foo.com/media/", "/media/".
-ADMIN_MEDIA_PREFIX = '/pytask/admin/media/'
+ADMIN_MEDIA_PREFIX = '/pytask/admin_media/'
 
 # Make this unique, and don't share it with anybody.
 SECRET_KEY = '^ww=xk&idt)=03kqg*fz8x%=dqbhh1kd2z=f%$m@r9_+9b=&x='