local_settings example
This commit is contained in:
parent
5cbd64fb7d
commit
94409d7fe1
10
trubox/local_settings.py.example
Normal file
10
trubox/local_settings.py.example
Normal file
|
@ -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…
Reference in New Issue
Block a user