RESPONSIBLE_EMAIL = None # Cache for http request - set to false in production DEV = True EXTRA_APPS = [] # you probably have at least to set a password for db connection DATABASES = { 'default': { 'ENGINE': 'django.contrib.gis.db.backends.postgis', 'NAME': 'commonnet', 'USER': 'commonnet', 'PASSWORD': '', 'HOST': '127.0.0.1', 'PORT': '5432', } }