- Django RESTful Web Services
- Gaston C. Hillar
- 139字
- 2021-06-30 19:30:57
Summary
In this chapter, we learned the advantages of working with lightweight virtual environments in Python and we set up a virtual environment with Django and Django REST framework. We created an app with Django, we took a first look at the Django folders, files, and configurations, and we made the necessary changes to activate Django REST framework.
Then, we introduced and installed command-line and GUI tools that we will use to interact with the RESTful Web Services that we will design, code, test, and run in the forthcoming chapters.
Now that we have our environment ready to start working with Django REST framework, we will define the requirements for our first RESTful Web Service and we will work with models, migrations, serialization, and deserialization, which are the topics that we are going to discuss in the next chapter.
- Bootstrap Site Blueprints Volume II
- C程序設計簡明教程(第二版)
- 自己動手寫搜索引擎
- 計算機圖形學編程(使用OpenGL和C++)(第2版)
- Python測試開發入門與實踐
- 基于Java技術的Web應用開發
- 青少年美育趣味課堂:XMind思維導圖制作
- FPGA Verilog開發實戰指南:基于Intel Cyclone IV(進階篇)
- Julia 1.0 Programming Complete Reference Guide
- HTML5開發精要與實例詳解
- Mastering AWS Security
- SQL Server 2008 R2數據庫技術及應用(第3版)
- 零基礎學HTML+CSS第2版
- C語言程序設計實踐
- Apache Kafka 1.0 Cookbook