Django Admin Cookbook

_images/book-cover.png

Django Admin Cookbook - How to do things with Django admin.

This is a book about doing things with Django admin. It takes the form of about forty questions and common tasks with Django admin we answer.

The chapters are based on a common set of models, which you can read in detail here (Models used in this book). In short, we have two apps, events and entities. The models are

  • Events: Epic, Event, EventHero, EventVillian
  • Entities: Category, Origin, Hero, Villain

Indices and tables