first commit

master
Jason Zhu 2020-10-21 14:21:15 +11:00
parent 23ea030f8a
commit 0dd8c5bd01
1 changed files with 4 additions and 1 deletions

View File

@ -1,3 +1,6 @@
# README
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