From 3c793d32ae8c83ae78f8c0b82beb5f09901ac2e4 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Thu, 29 Mar 2012 16:55:17 +0200 Subject: Work on OSM export - simplify KML import --- settings.py.example | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'settings.py.example') diff --git a/settings.py.example b/settings.py.example index dc49768..d9afa6e 100644 --- a/settings.py.example +++ b/settings.py.example @@ -96,11 +96,12 @@ DATABASES = { # celery import djcelery djcelery.setup_loader() -BROKER_HOST = "localhost" -BROKER_PORT = 5672 -BROKER_USER = "guest" -BROKER_PASSWORD = "guest" -BROKER_VHOST = "/" +BROKER_URL = 'django://' +#BROKER_HOST = "localhost" +#BROKER_PORT = 5672 +#BROKER_USER = "guest" +#BROKER_PASSWORD = "guest" +#BROKER_VHOST = "/" # Local time zone for this installation. Choices can be found here: # http://www.postgresql.org/docs/8.1/static/datetime-keywords.html#DATETIME-TIMEZONE-SET-TABLE @@ -191,6 +192,7 @@ INSTALLED_APPS = ( 'django.contrib.sites', 'django.contrib.gis', 'django.contrib.staticfiles', + 'kombu.transport.django', 'djcelery', 'south', 'chimere', -- cgit v1.2.3