From 7ba10b77f38576b688d7833237e2ec3f36c3292a Mon Sep 17 00:00:00 2001 From: luxagraf Date: Fri, 24 May 2013 21:41:02 -0400 Subject: changed backend code to validate location using only the point and prompt if no location exists --- config/settings/settings.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'config/settings/settings.py') diff --git a/config/settings/settings.py b/config/settings/settings.py index 47b5562..13bcb5e 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 -- cgit v1.2.3