[mailman3] Add our own urls file

The current deployment doesn't look to work correctly for redirects, this should
fix it.

Signed-off-by: Michal Konecny <mkonecny@redhat.com>
This commit is contained in:
Michal Konecny
2024-03-27 14:35:03 +01:00
parent 3d52a247d8
commit f919603485
4 changed files with 29 additions and 5 deletions

View File

@@ -43,7 +43,7 @@ MAILMAN_REST_API_PASS = '{{ mailman_rest_api_pass }}'
MAILMAN_ARCHIVER_KEY = '{{ mailman_hyperkitty_archiver_key }}'
MAILMAN_ARCHIVER_FROM = ('127.0.0.1', '::1')
ROOT_URLCONF = 'mailman_web.urls'
ROOT_URLCONF = 'urls'
# Application definition
@@ -120,8 +120,6 @@ TEMPLATES = [
},
]
WSGI_APPLICATION = 'wsgi.application'
# Database
# https://docs.djangoproject.com/en/1.8/ref/settings/#databases