Browse Source

local settings example

master
Sanj 13 years ago
parent
commit
ae49234e1c
  1. 12
      bestroutes/local_settings.py.example

12
bestroutes/local_settings.py.example

@ -0,0 +1,12 @@
DATABASES = {
'default': {
'ENGINE': 'django.db.backends.postgresql_psycopg2', # Add 'postgresql_psycopg2', 'postgresql', 'mysql', 'sqlite3' or 'oracle'.
'NAME': 'bestroutes', # Or path to database file if using sqlite3.
'USER': '', # 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.
}
}
DEBUG = True
Loading…
Cancel
Save