summaryrefslogtreecommitdiff
path: root/example_project/settings.py
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@proxience.com>2014-12-11 17:53:15 +0100
committerÉtienne Loks <etienne.loks@proxience.com>2014-12-11 17:53:15 +0100
commit3a3926e2b9a5b4582ab00333b045a2d6a5ac0d8a (patch)
tree2b6580516151802eb40dd7147b0a9b8b56ae0268 /example_project/settings.py
parentff3af6a3b7e12cbeaa6eefff05f3c41d3ce423e4 (diff)
downloadIshtar-3a3926e2b9a5b4582ab00333b045a2d6a5ac0d8a.tar.bz2
Ishtar-3a3926e2b9a5b4582ab00333b045a2d6a5ac0d8a.zip
Fix default BASE_PATH
Diffstat (limited to 'example_project/settings.py')
-rw-r--r--example_project/settings.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/example_project/settings.py b/example_project/settings.py
index 1c6cf027d..328068837 100644
--- a/example_project/settings.py
+++ b/example_project/settings.py
@@ -21,7 +21,7 @@ CACHE_BACKEND = 'memcached://127.0.0.1:11211/'
ROOT_PATH = os.path.abspath(os.path.curdir) + os.path.sep
STATIC_URL = '/static/'
STATIC_ROOT = ROOT_PATH + 'static/'
-BASE_URL = ""
+BASE_URL = "/"
URL_PATH = ""
XHTML2ODT_PATH = "/usr/local/lib/"