summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@proxience.com>2015-12-23 12:29:31 +0100
committerÉtienne Loks <etienne.loks@proxience.com>2015-12-23 12:29:31 +0100
commit42e7df97c3deb20316ff6e785111a94232d880dc (patch)
treefbc21a767fbeb2d649066d22d857ba5768880aca
parentc289f963d78c32f480195082733b760b241ed445 (diff)
downloadIshtar-42e7df97c3deb20316ff6e785111a94232d880dc.tar.bz2
Ishtar-42e7df97c3deb20316ff6e785111a94232d880dc.zip
ROOT_PATH, ko? Really OK now I hope
-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 ea6defcaf..d9337c4b6 100644
--- a/example_project/settings.py
+++ b/example_project/settings.py
@@ -18,7 +18,7 @@ CACHE_TIMEOUT = 3600
CACHE_BACKEND = 'memcached://127.0.0.1:11211/'
ROOT_PATH = os.path.sep.join(
- os.path.abspath(__file__).split(os.path.sep)[:-2])
+ os.path.abspath(__file__).split(os.path.sep)[:-1])
STATIC_URL = '/static/'
STATIC_ROOT = ROOT_PATH + 'static/'
BASE_URL = "/"