Enable CORS using django-cors-headers

This commit is contained in:
Danielle McLean 2018-01-11 09:32:45 +11:00
parent 6072bf64f3
commit 0fd65d3c2b
Signed by: 00dani
GPG key ID: 5A5D2D1AFF12EEC5
3 changed files with 103 additions and 110 deletions

View file

@ -44,6 +44,7 @@ ronkyuu = "*"
cachecontrol = "*"
hiredis = "*"
"mf2util" = "*"
django-cors-headers = "*"
[dev-packages]