mirror of
https://github.com/ansible/awx.git
synced 2026-03-09 05:29:26 -02:30
allow all hosts during development
This commit is contained in:
@@ -19,6 +19,8 @@ from split_settings.tools import optional, include
|
||||
# Load default settings.
|
||||
from defaults import * # NOQA
|
||||
|
||||
ALLOWED_HOSTS = ['*']
|
||||
|
||||
mimetypes.add_type("image/svg+xml", ".svg", True)
|
||||
mimetypes.add_type("image/svg+xml", ".svgz", True)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user