- Django RESTful Web Services
- Gaston C. Hillar
- 104字
- 2021-06-30 19:30:57
Working with Models, Migrations, Serialization, and Deserialization
In this chapter, we will define the requirements for our first RESTful Web Service. We will start working with Django, Django REST framework, Python, configurations, models, migrations, serialization, and deserialization. We will create a RESTful Web Service that performs CRUD (short for Create, Read, Update and Delete) operations on a simple SQLite database. We will be:
- Defining the requirements for our first RESTful Web Service
- Creating our first model
- Running our initial migration
- Understanding migrations
- Analyzing the database
- Understanding Django tables
- Controlling, serialization, and deserialization
- Working with the Django shell and diving deeply into serialization and deserialization
推薦閱讀
- Learning C# by Developing Games with Unity 2020
- LabVIEW2018中文版 虛擬儀器程序設計自學手冊
- PowerCLI Cookbook
- Nginx Lua開發實戰
- Mastering C++ Multithreading
- HTML+CSS+JavaScript網頁制作:從入門到精通(第4版)
- AutoCAD基礎教程
- Java 11 and 12:New Features
- JSP應用與開發技術(第3版)
- C++標準庫(第2版)
- PHP高性能開發:基礎、框架與項目實戰
- 算法學習與應用從入門到精通
- Kotlin核心編程
- Spring Cloud微服務架構開發實戰
- Spark Cookbook