使用 Python 通过 Django Rest 框架构建 API
Build An API With The Django Rest Framework Using Python
- 01 - Installation and Setup
- 001 Introduction
- 003 Install Python
- 004 Install Sublime Text and Git Bash Terminal
- 005 Set Up a Virtual Environment
- 006 Install Django and the Rest Framework
- 02 - Create Our API Project Using The Django Rest Framework
- 001 Start Our Project
- 002 Create an App with Startapp and Create URLS.py
- 003 Django Admin Area
- 004 Create Our Models Class
- 005 Add Our Model To The Admin Area
- 006 Create a Serializer
- 007 Create Views
- 008 Create Urls and Routes
- 009 Switch To Hyperlinked Serializers
- 010 Install Postman
- 011 Use Postman to Confirm Our API Works
- 03 - Version Control and Finishing Up
- 001 Set Up Version Control With Git
- 002 Push Our Code To Github
- 003 Review The Project
- 004 Bonus Lecture