From 3a3926e2b9a5b4582ab00333b045a2d6a5ac0d8a Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Thu, 11 Dec 2014 17:53:15 +0100 Subject: Fix default BASE_PATH --- example_project/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'example_project') 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/" -- cgit v1.2.3