Commit cbb6c0b8 by Your Name

DJANGO_URL default value fix

parent b1684905
......@@ -59,7 +59,7 @@ SITE_ROOT = dirname(BASE_DIR)
SITE_NAME = basename(BASE_DIR)
# Url to site: (e.g. http://localhost:8080/)
DJANGO_URL = get_env_variable('DJANGO_URL', '/')
DJANGO_URL = get_env_variable('DJANGO_URL', 'http://localhost:8080/')
# Add our project to our pythonpath, this way we don't need to type our project
# name in our dotted import paths:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment