August 2016
Beginner to intermediate
717 pages
15h 24m
English
When a developer has learned how to use a technology, it is often necessary to search for new information or syntax. He/she can waste a lot of time doing this. The purpose of this appendix is to provide a quick reference for Django developers.
The following sections cover a nonexhaustive list of the field types in models.
The model fields are those that will be saved in the database. Depending on the database system selected, the type field may be different depending on the database used.
The types are specified with their options in the following manner:
Type (option1 = example_data, option2 = example_data) [information]
Fields presented in this section are numeric fields such ...
Read now
Unlock full access