Remove django-suit
This commit is contained in:
@@ -23,10 +23,6 @@ MEDIA_URL = "/media/"
|
||||
LOGIN_URL = "/login/"
|
||||
LOGIN_REDIRECT_URL = "/admin"
|
||||
|
||||
SUIT_CONFIG = {
|
||||
"ADMIN_NAME": "SIK Admin",
|
||||
}
|
||||
|
||||
# Might need to be changed to JSON serializer
|
||||
# https://docs.djangoproject.com/en/4.0/topics/http/sessions/#django.contrib.sessions.serializers.JSONSerializer
|
||||
SESSION_SERIALIZER = "django.contrib.sessions.serializers.PickleSerializer"
|
||||
@@ -94,7 +90,6 @@ WSGI_APPLICATION = "sikweb.wsgi.application"
|
||||
|
||||
INSTALLED_APPS = [
|
||||
"modeltranslation", # has to be before admin for translation admin to work
|
||||
"suit",
|
||||
"dal",
|
||||
"dal_select2",
|
||||
"django.contrib.admin",
|
||||
@@ -141,7 +136,6 @@ TEMPLATES = [
|
||||
"DIRS": ["templates"],
|
||||
"OPTIONS": {
|
||||
"loaders": [
|
||||
"app_namespace.Loader",
|
||||
"django.template.loaders.filesystem.Loader",
|
||||
"django.template.loaders.app_directories.Loader",
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user