From 80e38f8925b5f2fdbe3e1bcb8536fb77da27140b Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Tue, 3 Jul 2012 00:26:00 +0200 Subject: 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 --- example_project/settings.py | 1 - 1 file changed, 1 deletion(-) (limited to 'example_project') 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/' -- cgit v1.2.3