Settings korrigiert

This commit is contained in:
Holger Trampe 2019-12-10 20:40:46 +01:00
parent 566ce3d68c
commit 318805d19d
2 changed files with 1 additions and 12 deletions

View File

@ -114,7 +114,7 @@ CKEDITOR_CONFIGS = {
}
# Database
# https://docs.djangoproject.com/en/2.2/ref/settings/#databases
'''
DATABASES = {
'default': {
'ENGINE': 'django.db.backends.mysql',
@ -124,17 +124,6 @@ DATABASES = {
'PORT' : 3306
}
}
'''
DATABASES = {
'default': {
'ENGINE': 'django.db.backends.mysql',
'NAME' : 'digitaleagentur',
'USER' : 'root',
'PASSWORD' : '',
'PORT' : 3306
}
}
# Password validation
# https://docs.djangoproject.com/en/2.2/ref/settings/#auth-password-validators