diff options
Diffstat (limited to 'example_project/settings.py')
-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 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/" |