This book will cover Django-specific design and architecture patterns, which would be useful to a Django developer. This is how each pattern will be presented:
Pattern name
The heading is the pattern name. If it is a well-known pattern, the commonly used name is used; otherwise, a terse, self-descriptive name has been chosen. Names are important, as they help in building the pattern vocabulary. All patterns will have the following parts:
- Problem: This briefly mentions the problem
- Solution: This summarizes the proposed solution(s)
- Problem Details: This elaborates the context of the problem and possibly gives an example
- Solution Details: This explains the solution(s) in general terms and provides a sample Django implementation