diff options
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 |
commit | 839ce377ef357b8b203ef9aab77cfc874dfe0f6a (patch) | |
tree | fbc21a767fbeb2d649066d22d857ba5768880aca /example_project | |
parent | fb7e82c30f77d5d57fdf9ab74f53cb0834bd7a13 (diff) | |
download | Ishtar-839ce377ef357b8b203ef9aab77cfc874dfe0f6a.tar.bz2 Ishtar-839ce377ef357b8b203ef9aab77cfc874dfe0f6a.zip |
ROOT_PATH, ko? Really OK now I hope
Diffstat (limited to 'example_project')
-rw-r--r-- | example_project/settings.py | 2 |
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 = "/" |