This commit is contained in:
j 2011-10-16 20:26:10 +02:00
parent 0bd7980f98
commit 8812c99155
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ ADMINS = (
MANAGERS = ADMINS
DATABAES = {
DATABASES = {
'default': {
'ENGINE': 'django.db.backends.sqlite3',
'NAME': 'dev.sqlite'