Persist secret key in data folder (#620)

* Persist secret key in data folder

* use random secret key by default in prod

* fix e2e test
This commit is contained in:
Sascha Ißbrücker
2024-01-28 23:58:03 +01:00
committed by GitHub
parent 96ee4746ad
commit 38204c87cf
7 changed files with 33 additions and 10 deletions

View File

@@ -40,7 +40,6 @@ INSTALLED_APPS = [
"django.contrib.staticfiles",
"sass_processor",
"widget_tweaks",
"django_generate_secret_key",
"rest_framework",
"rest_framework.authtoken",
"background_task",