From 0dd8c5bd0177e3ed62a517bab5643d8c6e491a6b Mon Sep 17 00:00:00 2001 From: JasonHomeWorkstationUbuntu Date: Wed, 21 Oct 2020 14:21:15 +1100 Subject: [PATCH] first commit --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index bbfe0c5..75b869d 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,6 @@ # README -This is a practice repo that following Django REST framework's tutorial \ No newline at end of file +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 \ No newline at end of file