Which packages made it?

To illustrate the process, our SuperBook project can be roughly broken down into the following apps (not the complete list):

  • Authentication (built-in django.auth): This app handles user signups, login, and logout
  • Accounts (custom): This app provides additional user profile information
  • Posts (custom): This app provides posts and comments functionality

Here, an app has been marked to be built from scratch (tagged custom) or the third-party Django app that we would be using. As the project progresses, these choices might change. However, this is good enough for a start.

Get Django Design Patterns and Best Practices - Second Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.