diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2016-10-04 20:43:40 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2016-10-04 20:43:40 +0200 |
commit | d06361146b4f77c9b759272f9103c36732db8cc5 (patch) | |
tree | 2eb7fc84d929159ffbbc4cf2b9de0dea226c2c71 /local_settings.py.sample | |
parent | 22f9a272242bb7fa18f92b3f7b1ed556e1a8f20e (diff) | |
download | Chimère-d06361146b4f77c9b759272f9103c36732db8cc5.tar.bz2 Chimère-d06361146b4f77c9b759272f9103c36732db8cc5.zip |
Simplify project layout
Diffstat (limited to 'local_settings.py.sample')
-rw-r--r-- | local_settings.py.sample | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/local_settings.py.sample b/local_settings.py.sample index 33a4989..385a774 100644 --- a/local_settings.py.sample +++ b/local_settings.py.sample @@ -3,9 +3,6 @@ # rename this file to local_settings.py and overload settings in this file - -ROOT_URLCONF = 'chimere_example_project.urls' - STATIC_URL = '/static/' CHIMERE_OSM_API_URL = 'api06.dev.openstreetmap.org' # test URL |