From 642dab1ffc597836bfab9f187b179d4a8b499206 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/settings.py') 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