Skip to content

Commit ef61854

Browse files
committed
add drf as example project
1 parent 333cf3b commit ef61854

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

content/pages/examples/django/django-extensions-plug-ins.markdown

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -432,6 +432,22 @@ open source under the
432432
* [django.db.models DateTimeField](/django-db-models-datetimefield-examples.html)
433433

434434

435+
### Django REST Framework
436+
[Django REST Framework](https://github.com/encode/django-rest-framework)
437+
([project homepage and documentation](https://www.django-rest-framework.org/),
438+
[PyPI package information](https://pypi.org/project/djangorestframework/)
439+
and [more resources on Full Stack Python](/django-rest-framework-drf.html)),
440+
often abbreviated as "DRF", is a popular [Django](/django.html) extension
441+
for building [web APIs](/application-programming-interfaces.html).
442+
The project has fantastic documentation and a wonderful
443+
[quickstart](https://www.django-rest-framework.org/tutorial/quickstart/)
444+
that serve as examples of how to make it easier for newcomers
445+
to get started.
446+
447+
The project is open sourced under the
448+
[Encode OSS Ltd. license](https://github.com/encode/django-rest-framework/blob/master/LICENSE.md).
449+
450+
435451
### django-simple-task
436452
[django-simple-task](https://github.com/ericls/django-simple-task)
437453
([project documentation](https://django-simple-task.readthedocs.io/)

0 commit comments

Comments
 (0)