![Building RESTful Python Web Services](https://wfqqreader-1252317822.image.myqcloud.com/cover/759/36701759/b_36701759.jpg)
上QQ阅读APP看书,第一时间看更新
Conventions
In this book, you will find a number of text styles that distinguish between different kinds of information. Here are some examples of these styles and an explanation of their meaning.
Code words in text, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles are shown as follows: "If no game matches the specified id or primary key, the server will return just a 404 Not Found
status."
A block of code is set as follows:
from django.apps import AppConfig class GamesConfig(AppConfig): name = 'games'
Any command-line input or output is written as follows:
python3 -m venv ~/PythonREST/Django01
Note
Warnings or important notes appear in a box like this.
Tip
Tips and tricks appear like this.