- 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
推薦閱讀
- Practical Data Analysis Cookbook
- Clojure Programming Cookbook
- C語言程序設計(第3版)
- Monkey Game Development:Beginner's Guide
- 機器學習系統:設計和實現
- Mastering Objectoriented Python
- 大學計算機基礎實驗教程
- 深入淺出Electron:原理、工程與實踐
- Hands-On C++ Game Animation Programming
- Java程序設計:原理與范例
- Java網絡編程核心技術詳解(視頻微課版)
- 人工智能算法(卷1):基礎算法
- Java7程序設計入門經典
- Elasticsearch Blueprints
- Isomorphic Go