public
Description: top secret early stage project
Homepage:
Clone URL: git://github.com/thraxil/ccdb.git
thraxil (author)
Fri May 22 12:39:48 -0700 2009
commit  9d72e9f7baf641e43c135237c858e23f75646f29
tree    2642191b768d004abd26bea852b2658c8aa887f7
parent  843b744312b2e47c3af7f122eb30acc6d08e75fc
ccdb / settings_production.py
100644 11 lines (7 sloc) 0.164 kb
1
2
3
4
5
6
7
8
9
10
11
from settings_shared import *
 
TEMPLATE_DIRS = (
    "/var/www/ccdb/ccdb/templates",
)
 
MEDIA_ROOT = '/var/www/ccdb/uploads/'
 
DEBUG = False
TEMPLATE_DEBUG = DEBUG