Skip to content
Snippets Groups Projects
Verified Commit 57c995ff authored by Tom Teichler's avatar Tom Teichler :beers:
Browse files

Enable django sites framework

parent e67f9439
No related branches found
No related tags found
1 merge request!162Enable django sites framework
Pipeline #889 canceled
......@@ -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