Optionally remove/add restframework according to choice

This commit is contained in:
jeromecaisip 2020-03-03 14:45:20 +01:00 committed by GitHub
parent bfe463fa7c
commit 4825b932c7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -29,5 +29,7 @@ django-compressor==2.4 # https://github.com/django-compressor/django-compressor
{%- endif %}
django-redis==4.11.0 # https://github.com/niwinz/django-redis
{%- if cookiecutter.use_drf == "y" %}
# Django REST Framework
djangorestframework==3.11.0 # https://github.com/encode/django-rest-framework
{%- endif %}