gazetteer/gazetteer/local_settings.py.sample
2011-09-02 08:29:06 +00:00

14 lines
613 B
Plaintext

DATABASES = {
'default': {
'ENGINE': 'django.contrib.gis.db.backends.postgis', # Add 'postgresql_psycopg2', 'postgresql', 'mysql', 'sqlite3' or 'oracle'.
'NAME': 'gazetteer', # Or path to database file if using sqlite3.
'USER': 'gazetteer', # Not used with sqlite3.
'PASSWORD': '', # Not used with sqlite3.
'HOST': '', # Set to empty string for localhost. Not used with sqlite3.
'PORT': '', # Set to empty string for default. Not used with sqlite3.
}
}