Browse Source

local_settings example

master
Sanj 13 years ago
parent
commit
94409d7fe1
  1. 10
      trubox/local_settings.py.example

10
trubox/local_settings.py.example

@ -0,0 +1,10 @@
DATABASES = {
'default': {
'ENGINE': 'django.db.backends.mysql', # Add 'postgresql_psycopg2', 'postgresql', 'mysql', 'sqlite3' or 'oracle'.
'NAME': 'trubox', # Or path to database file if using sqlite3.
'USER': 'root', # Not used with sqlite3.
'PASSWORD': 'mypassword', # 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.
}
}
Loading…
Cancel
Save