Skip to content
Snippets Groups Projects
Commit 711532a6 authored by Ernesto Rico Schmidt's avatar Ernesto Rico Schmidt
Browse files

fixed name of local sqlite database file.

parent f4890cfb
No related branches found
No related tags found
No related merge requests found
...@@ -12,7 +12,7 @@ MANAGERS = ADMINS ...@@ -12,7 +12,7 @@ MANAGERS = ADMINS
DATABASES = { DATABASES = {
'default': { 'default': {
'ENGINE': 'django.db.backends.sqlite3', 'ENGINE': 'django.db.backends.sqlite3',
'NAME': 'helsinki.data', 'NAME': 'helsinki.sqlite',
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment