Skip to content

Commit

Permalink
added settings_local example
Browse files Browse the repository at this point in the history
  • Loading branch information
Fatih Erikli committed Sep 25, 2012
1 parent d76a0ab commit 644b4b3
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions example/example/settings_local.py.ex
@@ -0,0 +1,13 @@
DATABASES = {
'default': {
'ENGINE': 'django.db.backends.sqlite3',
'NAME': 'data',
'USER': '',
'PASSWORD': '',
'HOST': '',
'PORT': '',
}
}


SECRET_KEY = 'generate-a-secret-key'

0 comments on commit 644b4b3

Please sign in to comment.