Merge pull request #2434 from xpostudio4/patch-2

Include `use_drf` option on project generation Options
This commit is contained in:
Bruno Alla 2020-02-06 10:40:12 +00:00 committed by GitHub
commit 642a92a9ae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -70,6 +70,9 @@ cloud_provider:
Note that if you choose no cloud provider, media files won't work.
use_drf:
Indicates whether the project should be configured to use `Django Rest Framework`_.
custom_bootstrap_compilation:
Indicates whether the project should support Bootstrap recompilation
via the selected JavaScript task runner's task. This can be useful
@ -129,6 +132,8 @@ debug:
.. _AWS: https://aws.amazon.com/s3/
.. _GCP: https://cloud.google.com/storage/
.. _Django Rest Framework: https://github.com/encode/django-rest-framework/
.. _Django Compressor: https://github.com/django-compressor/django-compressor
.. _Celery: https://github.com/celery/celery