File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed
content/pages/examples/django Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff 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/ )
You can’t perform that action at this time.
0 commit comments