- 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
推薦閱讀
- Mastering RabbitMQ
- AIRAndroid應(yīng)用開發(fā)實(shí)戰(zhàn)
- Unity Game Development Scripting
- Learning Concurrent Programming in Scala
- 打開Go語(yǔ)言之門:入門、實(shí)戰(zhàn)與進(jìn)階
- 詳解MATLAB圖形繪制技術(shù)
- Python Projects for Kids
- Learning C++ by Creating Games with UE4
- SQL Server 2014 Development Essentials
- The Applied Data Science Workshop
- C語(yǔ)言程序設(shè)計(jì)
- Swift 2 Design Patterns
- 計(jì)算思維與Python編程
- Windows 10 for Enterprise Administrators
- TensorFlow.NET實(shí)戰(zhàn)