Skip to content
Snippets Groups Projects
Commit b11c07e4 authored by Nik | Klampfradler's avatar Nik | Klampfradler
Browse files

Merge branch 'django-sites-framework' into 'master'

Enable django sites framework

See merge request AlekSIS!162
parents 132e61ee 57c995ff
No related branches found
No related tags found
1 merge request!162Enable django sites framework
Pipeline #894 failed
......@@ -50,6 +50,7 @@ INSTALLED_APPS = [
"django.contrib.contenttypes",
"django.contrib.sessions",
"django.contrib.messages",
"django.contrib.sites",
"django.contrib.staticfiles",
"django.contrib.humanize",
"polymorphic",
......@@ -458,6 +459,8 @@ PWA_APP_SPLASH_SCREEN = [
]
PWA_SERVICE_WORKER_PATH = os.path.join(STATIC_ROOT, "js", "serviceworker.js")
SITE_ID = 1
CKEDITOR_CONFIGS = {
'default': {
'toolbar_Basic': [
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment