summaryrefslogtreecommitdiff
path: root/papillon/settings.py
diff options
context:
space:
mode:
authoretienne <etienne@07715635-78ed-41b0-aaf1-0afda6c37f35>2010-04-08 19:38:06 +0000
committeretienne <etienne@07715635-78ed-41b0-aaf1-0afda6c37f35>2010-04-08 19:38:06 +0000
commita56af9c9d33ef32da5492247d776ceeef867a408 (patch)
treecad267150e6c5ac524a67207c46e1b2664da62ba /papillon/settings.py
parent95729368a48257b110ea33dfb005785f8ed6734f (diff)
downloadPapillon-a56af9c9d33ef32da5492247d776ceeef867a408.tar.bz2
Papillon-a56af9c9d33ef32da5492247d776ceeef867a408.zip
Update the default settings to be correct with the documentation - Add the documentation file
Diffstat (limited to 'papillon/settings.py')
-rw-r--r--papillon/settings.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/papillon/settings.py b/papillon/settings.py
index 85ae8c8..1307e24 100644
--- a/papillon/settings.py
+++ b/papillon/settings.py
@@ -6,8 +6,8 @@
DEBUG = True
TEMPLATE_DEBUG = DEBUG
-ROOT_PATH = '/var/local/django/papillon/'
-SERVER_URL = 'http://localhost:8000/'
+ROOT_PATH = '/var/local/django/papillon/papillon/'
+SERVER_URL = 'http://localhost/'
EXTRA_URL = 'papillon/'
BASE_SITE = SERVER_URL + EXTRA_URL