BO 1.9.1 prod.py for froala editor
This commit is contained in:
parent
a764cb8f21
commit
a3418cfd91
@ -12,7 +12,7 @@ https://docs.djangoproject.com/en/3.0/ref/settings/
|
|||||||
|
|
||||||
import os
|
import os
|
||||||
|
|
||||||
BACKOFFICE_VERSION = 1.7
|
BACKOFFICE_VERSION = 1.9
|
||||||
|
|
||||||
# Build paths inside the project like this: os.path.join(BASE_DIR, ...)
|
# Build paths inside the project like this: os.path.join(BASE_DIR, ...)
|
||||||
BASE_DIR = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
|
BASE_DIR = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
|
||||||
@ -40,7 +40,7 @@ INSTALLED_APPS = [
|
|||||||
'django.contrib.sessions',
|
'django.contrib.sessions',
|
||||||
'django.contrib.messages',
|
'django.contrib.messages',
|
||||||
'django.contrib.staticfiles',
|
'django.contrib.staticfiles',
|
||||||
'tinymce'
|
'froala_editor'
|
||||||
]
|
]
|
||||||
|
|
||||||
MIDDLEWARE = [
|
MIDDLEWARE = [
|
||||||
@ -80,7 +80,7 @@ DATABASES = {
|
|||||||
'default': {
|
'default': {
|
||||||
'ENGINE': 'django.db.backends.mysql',
|
'ENGINE': 'django.db.backends.mysql',
|
||||||
'NAME': 'aitrainer',
|
'NAME': 'aitrainer',
|
||||||
'USER': 'aitrainer',
|
'USER': 'aitrainer_test',
|
||||||
'PASSWORD': 'andio2009',
|
'PASSWORD': 'andio2009',
|
||||||
'HOST': '62.171.188.119',
|
'HOST': '62.171.188.119',
|
||||||
'PORT': 33060
|
'PORT': 33060
|
||||||
|
Loading…
Reference in New Issue
Block a user