summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--greenbox/settings.py9
1 files changed, 2 insertions, 7 deletions
diff --git a/greenbox/settings.py b/greenbox/settings.py
index 1a2b91d..e6205e2 100644
--- a/greenbox/settings.py
+++ b/greenbox/settings.py
@@ -14,8 +14,8 @@ ADMINS = (
14MANAGERS = ADMINS 14MANAGERS = ADMINS
15 15
16DATABASE_ENGINE = 'sqlite3' 16DATABASE_ENGINE = 'sqlite3'
17#DATABASE_NAME = '/srv/greenbox/greenbox.db' 17DATABASE_NAME = '/srv/greenbox/greenbox.db'
18DATABASE_NAME = '/Users/mcrute/sandboxes/greenbox/src/greenbox.db' 18#DATABASE_NAME = '/Users/mcrute/sandboxes/greenbox/src/greenbox.db'
19 19
20TIME_ZONE = 'America/New_York' 20TIME_ZONE = 'America/New_York'
21LANGUAGE_CODE = 'en-us' 21LANGUAGE_CODE = 'en-us'
@@ -30,11 +30,6 @@ MEDIA_ROOT = os.path.join(PROJECT_DIR, 'templates/media')
30# Examples: "http://media.lawrence.com", "http://example.com/media/" 30# Examples: "http://media.lawrence.com", "http://example.com/media/"
31MEDIA_URL = '/media' 31MEDIA_URL = '/media'
32 32
33# URL prefix for admin media -- CSS, JavaScript and images. Make sure to use a
34# trailing slash.
35# Examples: "http://foo.com/media/", "/media/".
36ADMIN_MEDIA_PREFIX = MEDIA_URL + 'admin/'
37
38SECRET_KEY = 'zki4e4!80ar7^1w6f_c2u^5#=r(7#4%0u^3il^@__#3zf^u+f)' 33SECRET_KEY = 'zki4e4!80ar7^1w6f_c2u^5#=r(7#4%0u^3il^@__#3zf^u+f)'
39 34
40TEMPLATE_LOADERS = ( 35TEMPLATE_LOADERS = (