summaryrefslogtreecommitdiff
path: root/config/settings
diff options
context:
space:
mode:
Diffstat (limited to 'config/settings')
-rw-r--r--config/settings/settings.py3
-rw-r--r--config/settings/settings_dev.py1
2 files changed, 3 insertions, 1 deletions
diff --git a/config/settings/settings.py b/config/settings/settings.py
index a2c37d3..608edf8 100644
--- a/config/settings/settings.py
+++ b/config/settings/settings.py
@@ -37,7 +37,8 @@ GOOGLE_MAPS_API_KEY = MAP_API_KEY = 'ABQIAAAAEZ0Oz7LFDmdS1OBHm6HLgRQT5Lr-mnFT_29
# API key for Flickr imports
FLICKR_API_KEY = '7b9d978a440c6ab65a545adc0aa0d693'
FLICKR_USER_ID = '85322932@N00'
-
+#root url
+BASE_URL = "http://luxagraf.net/"
#path to the folder that holds the generated html files
FLATFILES_ROOT = os.path.join(PROJ_ROOT, 'site/')
#media and image URLs for the generated html files
diff --git a/config/settings/settings_dev.py b/config/settings/settings_dev.py
index 1f2e4e9..3cf51d7 100644
--- a/config/settings/settings_dev.py
+++ b/config/settings/settings_dev.py
@@ -40,6 +40,7 @@ GOOGLE_MAPS_API_KEY = MAP_API_KEY = 'ABQIAAAAEZ0Oz7LFDmdS1OBHm6HLgRQT5Lr-mnFT_29
FLICKR_API_KEY = '7b9d978a440c6ab65a545adc0aa0d693'
FLICKR_USER_ID = '85322932@N00'
+BASE_URL = "http://127.0.0.1:8000/"
#path to the folder that holds the generated html files
FLATFILES_ROOT = os.path.join(PROJ_ROOT, 'site/')
#media and image URLs for the generated html files