Two Scoops Of Django 1.11: Best Practices For T... Page

: Strongly promotes Class-Based Views (CBVs) for cleaner, more reusable code, while still detailing when Function-Based Views (FBVs) are appropriate.

: Advocates for a standardized project structure (often associated with the authors' cookiecutter-django tool) and splitting settings into multiple files (e.g., base, local, production). Two Scoops of Django 1.11: Best Practices for t...

The book is divided into roughly covering the full lifecycle of a Django project: : Strongly promotes Class-Based Views (CBVs) for cleaner,