From 45c353241b06391d9778b0abec411e55bbb505a7 Mon Sep 17 00:00:00 2001 From: Leonardo Date: Thu, 6 Feb 2020 05:37:31 -0400 Subject: [PATCH] Include `use_drf` option on documentation --- docs/project-generation-options.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/project-generation-options.rst b/docs/project-generation-options.rst index ae47b0972..2ed77facd 100644 --- a/docs/project-generation-options.rst +++ b/docs/project-generation-options.rst @@ -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