Part 2 Django building blocks

 

Part 1 was all about getting you going with the Django framework. This part builds on what you’ve learned, taking you from simpler single-user sites to full multiuser projects. You’ll get started by learning how to manage user accounts and how to accept data and files from them. Once you have a multiuser site, you’re going to want to maintain it, which means adding testing, using built-in management commands, writing your own commands, and understanding how changes to your ORM models get reflected in the database. When you’re finished with this part of the book, you’ll be familiar with what you need to build and maintain a multiuser website, using the Django framework.