-
-
Notifications
You must be signed in to change notification settings - Fork 3k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Adding django-cors-headers to requirements if drf selected #2650
Labels
Comments
Would this be adding |
I think that's all we need to do, yes. |
Okay, I'll take a look at the guidelines and make a PR. Thanks! |
aadithpm
added a commit
to aadithpm/cookiecutter-django
that referenced
this issue
Jul 17, 2020
Created a PR here: #2683 |
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
Description
Adding django-cors-headers to requirements/base.txt if drf is selected in the setup process, having it setup in the settings.
Rationale
As far as I know, data from the DRF cannot be consumed without the cors headers properly configured.
The text was updated successfully, but these errors were encountered: