Skip to content
Snippets Groups Projects
Commit 7ebf881c authored by Tomáš Valenta's avatar Tomáš Valenta
Browse files

wip - implementing AO requirements

parent 5ece5603
Branches
No related tags found
No related merge requests found
......@@ -43,13 +43,16 @@ SITE_URL = env.str("SITE_URL")
## Application definition
INSTALLED_APPS = [
"admin_interface",
"colorfield",
"dal",
"dal_select2",
"django.contrib.admin",
"django.contrib.auth",
"django.contrib.contenttypes",
"django.contrib.sessions",
"django.contrib.messages",
"django.contrib.staticfiles",
"colorfield",
"guardian",
"markdownx",
"pirates",
......@@ -180,6 +183,9 @@ WEBPACK_LOADER = {
USE_X_FORWARDED_HOST = True
SECURE_PROXY_SSL_HEADER = ("HTTP_X_FORWARDED_PROTO", "https")
X_FRAME_OPTIONS = "SAMEORIGIN"
SILENCED_SYSTEM_CHECKS = ["security.W019"]
## App-specific
......
django==4.1.4
django-admin-interface==0.24.2
django-autocomplete-light==3.9.4
django-database-url==1.0.3
psycopg2-binary==2.9.5
django-webpack-loader==1.8.0
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment