-
Django snippets: jstree in change_list for mptt models
Admin for mptt enabled Models.
Visit -
Django Multipart Templated Email
A replacement for sending mail that takes the name of a template which exists in both text and html formats, and uses these to create a multipart email populated with the given context.
Visit -
Admin App/Model Custom Ordering
This combination of settings.py admin_reorder_tag.py and admin/base_site.html gives you the ability to define custom ordering for the apps and models in the admin app.
Visit

