From 84aaaf19aa58f69d6aa8280e7e9ee7be94e357ab Mon Sep 17 00:00:00 2001 From: Madhusudan.C.S Date: Sat, 15 Jan 2011 00:37:46 +0530 Subject: Add pytask as prefix to admin media and move SITE_ID to local settings --HG-- extra : rebase_source : 2571cb595ba7418de5fb46e4eca8e5b058708730 --- pytask/settings.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/pytask/settings.py b/pytask/settings.py index df041f9..2aa1851 100755 --- a/pytask/settings.py +++ b/pytask/settings.py @@ -24,8 +24,6 @@ TIME_ZONE = 'Asia/Kolkata' # http://www.i18nguy.com/unicode/language-identifiers.html LANGUAGE_CODE = 'en-us' -SITE_ID = 1 - # If you set this to False, Django will make some optimizations so as not # to load the internationalization machinery. USE_I18N = True @@ -56,7 +54,7 @@ STATIC_URL = '/pytask/static/' # 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 = '/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=' -- cgit