mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-19 19:46:38 +08:00
[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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user