mirror of
https://github.com/ansible/awx.git
synced 2026-01-22 06:58:06 -03:30
allow all hosts during development
This commit is contained in:
parent
0cbad4ccb8
commit
5c71f1d6f7
@ -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)
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user