diff options
author | sng <sng@snglinux.(none)> | 2013-05-28 19:59:43 -0400 |
---|---|---|
committer | sng <sng@snglinux.(none)> | 2013-05-28 19:59:43 -0400 |
commit | 4157151bed0c83e72f705c96c0732aab0d6a74f8 (patch) | |
tree | b855113048af9511dd298edacfeee449a11fcabc /config/settings/settings.py | |
parent | 38b863f790eecdc328bd43589bca3630e46be73e (diff) | |
parent | 9d928c8004e50b2aef49493fb9ad79e4ac13064a (diff) |
Merge branch 'master' of http://git.luxagraf.net/luxagraf
Diffstat (limited to 'config/settings/settings.py')
-rw-r--r-- | config/settings/settings.py | 3 |
1 files changed, 2 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 |