mirror of
https://github.com/ansible/awx.git
synced 2026-05-19 14:57:39 -02:30
CORS Support
Added the django-cors-headers app and middleware to make CORS possible.
This commit is contained in:
committed by
Ryan Petrello
parent
d2fa5cc182
commit
0da0a8e67b
@@ -8,6 +8,7 @@ daphne==1.3.0 # Last before backwards-incompatible channels 2 upgrade
|
||||
defusedxml==0.5.0 # py36 support https://github.com/tiran/defusedxml/pull/4
|
||||
Django==1.11.16
|
||||
django-auth-ldap==1.7.0
|
||||
django-cors-headers==2.4.0
|
||||
django-crum==0.7.2
|
||||
django-extensions==2.0.0
|
||||
django-jsonfield==1.0.1
|
||||
|
||||
Reference in New Issue
Block a user