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

Remove thumbnail settings

parent abdb1339
No related branches found
No related tags found
No related merge requests found
......@@ -4,7 +4,6 @@ from glob import glob
from django.utils.translation import gettext_lazy as _
from dynaconf import LazySettings
from easy_thumbnails.conf import settings as thumbnail_settings
from .util.core_helpers import (
get_app_packages,
......@@ -69,7 +68,6 @@ INSTALLED_APPS = [
"django_any_js",
"django_yarnpkg",
"django_tables2",
"easy_thumbnails",
"maintenance_mode",
"menu_generator",
"reversion",
......@@ -160,8 +158,6 @@ TEMPLATES = [
},
]
THUMBNAIL_PROCESSORS = () + thumbnail_settings.THUMBNAIL_PROCESSORS
WSGI_APPLICATION = "aleksis.core.wsgi.application"
# Database
......
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