From 839ce377ef357b8b203ef9aab77cfc874dfe0f6a Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Wed, 23 Dec 2015 12:29:31 +0100 Subject: ROOT_PATH, ko? Really OK now I hope --- example_project/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'example_project/settings.py') 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 = "/" -- cgit v1.2.3