Keep database settings for Zamok

This commit is contained in:
Alexandre Iooss 2020-02-09 13:31:31 +01:00
parent 978dc1de6c
commit ee16111766
1 changed files with 10 additions and 0 deletions

View File

@ -41,3 +41,13 @@ DATABASES = {
}
}
# or MySQL database for Zamok
# DATABASES = {
# 'default': {
# 'ENGINE': 'django.db.backends.mysql',
# 'NAME': 'club-med',
# 'USER': 'club-med',
# 'PASSWORD': 'CHANGE ME !!!',
# 'HOST': 'localhost',
# },
# }