Use MySQL/MariaDB instead of PostGIS

This commit is contained in:
Kumi 2021-11-07 11:24:10 +01:00
parent 99c67e8c33
commit 85966fe4e0

View file

@ -70,7 +70,7 @@ WSGI_APPLICATION = 'urlaubsauktion.wsgi.application'
DATABASES = {
'default': {
'ENGINE': 'django.contrib.gis.db.backends.postgis',
'ENGINE': 'django.contrib.gis.db.backends.mysql',
'NAME': DB_NAME,
'USER': DB_USER,
'PASSWORD': DB_PASS,