Skip to content

Commit

Permalink
Update requirements to include django-cors-headers with DRF [PR cooki…
Browse files Browse the repository at this point in the history
  • Loading branch information
aadithpm authored Jul 17, 2020
1 parent d326b21 commit f4ce1db
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions {{cookiecutter.project_slug}}/requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,6 @@ django-redis==4.12.1 # https://github.com/jazzband/django-redis
{%- if cookiecutter.use_drf == "y" %}
# Django REST Framework
djangorestframework==3.11.0 # https://github.com/encode/django-rest-framework
# Django CORS Headers
django-cors-headers==0.01 # https://github.com/adamchainz/django-cors-headers
{%- endif %}

0 comments on commit f4ce1db

Please # to comment.