summaryrefslogtreecommitdiff
path: root/example_project
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@peacefrogs.net>2012-07-03 00:26:00 +0200
committerÉtienne Loks <etienne.loks@peacefrogs.net>2012-07-03 00:26:00 +0200
commit80e38f8925b5f2fdbe3e1bcb8536fb77da27140b (patch)
tree6cda46de6827b50ad59d59d54f359c25cc411f40 /example_project
parentf6e4d1156f96be86e6fb8e59655452065e643717 (diff)
downloadChimère-80e38f8925b5f2fdbe3e1bcb8536fb77da27140b.tar.bz2
Chimère-80e38f8925b5f2fdbe3e1bcb8536fb77da27140b.zip
Fix feeds - remove BASE_URL ref
* fix area feeds * fix url feeds * temporary fix: pass Marker from BaseGeoManager to GeoManager to fix a strange error in area feeds using contained filter
Diffstat (limited to 'example_project')
-rw-r--r--example_project/settings.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/example_project/settings.py b/example_project/settings.py
index 82c4454..a7e8ec7 100644
--- a/example_project/settings.py
+++ b/example_project/settings.py
@@ -14,7 +14,6 @@ ROOT_PATH = os.path.realpath(os.path.dirname(__file__)) + "/"
SERVER_URL = 'http://www.mydomain.com/'
EXTRA_URL = 'chimere/'
-BASE_URL = SERVER_URL + EXTRA_URL
EMAIL_HOST = 'localhost'
STATIC_URL = '/' + EXTRA_URL + 'static/'
STATIC_ROOT = ROOT_PATH + 'static/'