aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBobby <[email protected]>2023-07-21 18:10:42 -0400
committerBobby <[email protected]>2023-07-21 18:10:42 -0400
commitd9116c128b57fa368633582744bd1190966ca01b (patch)
tree17a0cd35a2af29ef0a81d547e9a8684fece56fa1
parent17a02ecdbc79b7ac545234b4c5e8ad31b049be18 (diff)
downloadthatcomputerscientist-d9116c128b57fa368633582744bd1190966ca01b.tar.xz
thatcomputerscientist-d9116c128b57fa368633582744bd1190966ca01b.zip
Added CORS
-rw-r--r--requirements.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/requirements.txt b/requirements.txt
index 4f4ac3a9..a5bd5b26 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -29,3 +29,4 @@ django-hosts
apscheduler
django-sslserver
djangorestframework
+django-cors-headers