Skip to content

Commit 0207b92

Browse files
committed
add drf resource
1 parent 4634980 commit 0207b92

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

content/pages/04-web-development/50-django-rest-framework-drf.markdown

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,11 @@ typically abbreviated "DRF", is a Python library for building web
1616

1717

1818
### Django REST Framework resources
19+
* [How to Developer APIs with Django REST Framework](https://djangostars.com/blog/rest-apis-django-development/)
20+
covers the steps for creating a development environment for your Django+DRF
21+
project then creating API endpoints with the test-driven development (TDD)
22+
approach.
23+
1924
* The
2025
[official DRF tutorial](http://www.django-rest-framework.org/tutorial/quickstart/)
2126
is one of the best first-party pieces of documentation on any open source

0 commit comments

Comments
 (0)