mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2024-11-26 19:44:00 +03:00
Fix version for django-cors-headers
This commit is contained in:
parent
8d5542d675
commit
6fffaf13ca
|
@ -41,6 +41,5 @@ 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
|
||||
django-cors-headers==3.4.0 # https://github.com/adamchainz/django-cors-headers
|
||||
{%- endif %}
|
||||
|
|
Loading…
Reference in New Issue
Block a user