django-rest-framework/README.md

6 lines
342 B
Markdown
Raw Permalink Normal View History

2020-10-20 23:48:09 +11:00
# README
2020-10-21 14:21:15 +11:00
This is a practice repo that following Django REST framework's tutorial
* Dir `/quickstart` is for [Quickstart Guide](https://www.django-rest-framework.org/tutorial/quickstart/)
* Dir `/snippet` followed [1 Serialization](https://www.django-rest-framework.org/tutorial/1-serialization/): a simple pastebin code highlighting Web API