diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2016-10-04 20:45:44 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2016-10-04 20:45:44 +0200 |
commit | 3e5387d009ed8e5edd367983acfa73651dc6f948 (patch) | |
tree | fb86e79daed9b88fd7622553b728aaafa71f04bf /local_settings.py.sample | |
parent | c8f6fd22e9ce2ebbb6f909111b8ce89aa877d151 (diff) | |
download | Chimère - projet Saclay-3e5387d009ed8e5edd367983acfa73651dc6f948.tar.bz2 Chimère - projet Saclay-3e5387d009ed8e5edd367983acfa73651dc6f948.zip |
Simplify project layout
Diffstat (limited to 'local_settings.py.sample')
-rw-r--r-- | local_settings.py.sample | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/local_settings.py.sample b/local_settings.py.sample index b92f9c3..b951b1f 100644 --- a/local_settings.py.sample +++ b/local_settings.py.sample @@ -3,8 +3,6 @@ # rename this file to local_settings.py and overload settings in this file -import os - SECRET_KEY = "" ALLOWED_HOSTS = [] @@ -35,10 +33,4 @@ CHIMERE_OSM_PASSWORD = 'osm_pass' MANAGERS = ADMINS -ROOT_URLCONF = 'chimere_saclay.urls' - -ROOT_PATH = os.path.realpath(os.path.dirname(__file__)) + "/" - -STATICFILES_DIRS = ( - os.path.join(ROOT_PATH, "chimere_saclay/saclay_static"), -) +PROJECT_APP = 'chimere_saclay' |