Update tmp

master
Nick Sergeant 2011-06-02 01:52:44 -04:00
parent 9372eeef3f
commit dd6d61e861
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ SECRET_KEY = ''
DATABASES = {
'default': {
'ENGINE': 'sqlite3',
'ENGINE': 'django.db.backends.sqlite3',
'NAME': '/path/to/db/',
'USER': '',
'PASSWORD': '',