Skip to content
Snippets Groups Projects
Commit 6bd65d0a authored by Johannes Raggam's avatar Johannes Raggam
Browse files

use mysql development database

parent 67b202cf
No related branches found
No related tags found
No related merge requests found
...@@ -13,10 +13,19 @@ MANAGERS = ADMINS ...@@ -13,10 +13,19 @@ MANAGERS = ADMINS
DATABASES = { DATABASES = {
'default': { 'default': {
'ENGINE': 'django.db.backends.sqlite3', 'ENGINE': 'django.db.backends.mysql',
'NAME': 'helsinki.sqlite', 'NAME': 'helsinki2',
'USER': 'helsinki',
'PASSWORD': 'helsinki'
} }
} }
#DATABASES = {
# 'default': {
# 'ENGINE': 'django.db.backends.sqlite3',
# 'NAME': 'helsinki.sqlite',
# }
#}
TIME_ZONE = 'Europe/Vienna' TIME_ZONE = 'Europe/Vienna'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment