Once you've built your web application, you'll need to be the admin, so the next part of the book covers how to enforce permission management with users and groups. This technique allows you to restrict access to URLs and content, giving you total control of your data. In addition, you'll work with and customize the Django admin site, which provides access to a Django project'sdata.
After reading and using this book, you'll be able to build a Django application top to bottom and be ready to move on to more advanced or complex Django application development.
What You'll Learn
Python developers new to the Django web application development framework and web developers new to Python and Django.