BO 1.9.1 prod.py for froala editor

This commit is contained in:
Bossanyi Tibor 2021-04-24 15:21:16 +02:00
parent a764cb8f21
commit a3418cfd91

View File

@ -12,7 +12,7 @@ https://docs.djangoproject.com/en/3.0/ref/settings/
import os
BACKOFFICE_VERSION = 1.7
BACKOFFICE_VERSION = 1.9
# Build paths inside the project like this: os.path.join(BASE_DIR, ...)
BASE_DIR = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
@ -40,7 +40,7 @@ INSTALLED_APPS = [
'django.contrib.sessions',
'django.contrib.messages',
'django.contrib.staticfiles',
'tinymce'
'froala_editor'
]
MIDDLEWARE = [
@ -80,7 +80,7 @@ DATABASES = {
'default': {
'ENGINE': 'django.db.backends.mysql',
'NAME': 'aitrainer',
'USER': 'aitrainer',
'USER': 'aitrainer_test',
'PASSWORD': 'andio2009',
'HOST': '62.171.188.119',
'PORT': 33060