Fix success_url_allowed_hosts set instantiation (#15196)

Co-authored-by: Michael Anstis <manstis@redhat.com>
This commit is contained in:
Michael Anstis
2024-05-16 17:08:50 +01:00
committed by GitHub
parent a9b2ffa3e9
commit d4bdaad4d8
2 changed files with 2 additions and 2 deletions

View File

@@ -114,7 +114,7 @@ MEDIA_ROOT = os.path.join(BASE_DIR, 'public', 'media')
MEDIA_URL = '/media/'
LOGIN_URL = '/api/login/'
LOGOUT_ALLOWED_HOSTS = []
LOGOUT_ALLOWED_HOSTS = None
# Absolute filesystem path to the directory to host projects (with playbooks).
# This directory should not be web-accessible.