Upgrade to Pro — share decks privately, control downloads, hide ads and more …

SyDjango Talk: Django Admin, The Missing Manual

Steve
October 25, 2012

SyDjango Talk: Django Admin, The Missing Manual

My second SyDjango talk where I cover the Django Admin, some reasons people might not use it, why you should use it anyway, and how to address some of those possible issues.

I walk through a basic project for a blog with a spartan Django Admin interface, and the steps involved in turning it into a much more featureful and attractive experience for the end user.

For slides, video and source code, check out the related post on my blog:

http://blog.jupo.org/2012/10/26/sydjango-talk-django-admin-missing-manual/

Steve

October 25, 2012
Tweet

More Decks by Steve

Other Decks in Programming

Transcript

  1. About Me • Fairfax (200 sites on a dozen distributed

    apps) • Mezzanine (Most popular CMS, Django Admin)
  2. • Fairfax (200 sites on a dozen distributed apps) •

    Mezzanine (Most popular CMS, Django Admin) • Django since 2007 About Me
  3. About Me • Fairfax (200 sites on a dozen distributed

    apps) • Mezzanine (Most popular CMS, Django Admin) • Django since 2007 • 50 different Django projects (Most use Admin)
  4. Why Wouldn't You Use It? • Looks outdated • Too

    database-centric • Hard to customise
  5. The Missing Manual • Chapter 1: Use all features (not

    really missing) • Chapter 2: Override templates!
  6. The Missing Manual • Chapter 1: Use all features (not

    really missing) • Chapter 2: Override templates! • Chapter 3: Singleton Admin
  7. Thanks! Questions? github.com/stephenmcd/sydjango-damm Further Research • Grappelli github.com/sehmaschine/django-grappelli • Admin

    Tools bitbucket.org/izi/django-admin-tools • Bootstrap bitbucket.org/salvator/django-admintools-bootstrap • Mezzanine github.com/stephenmcd/mezzanine Stephen McDonald • GitHub github.com/stephenmcd • Twitter @stephen_mcd • LinkedIn linkedin.com/in/stephenmcd