- Read on Friday, February 26, 2010
-
-
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
-
Django snippets: jstree in change_list for mptt models
- Read on Friday, February 19, 2010
-
-
Admin actions as buttons instead of a menu
Add this to any admin changelist and your actions drop-down will be replaced with user-friendly buttons.
Visit
-
Admin actions as buttons instead of a menu
- Read on Wednesday, February 10, 2010
-
-
Get admin url for a model
Add this to your model to be able to get their admin change link from anywhere.
Visit
-
Get admin url for a model
- Read on Saturday, February 6, 2010
-
-
Celery v0.9.6
Celery is a task queue/job queue based on distributed message passing. It is focused on real-time operation, but has support for scheduling as well.
Visit
-
Celery v0.9.6

