- Read on Friday, February 26, 2010
-
-
Django snippets: jstree in change_list for mptt models
Admin for mptt enabled Models.
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 Tuesday, January 26, 2010
-
-
jQuery Double Click Edit ManyToMany in Admin
Very nice: Put this in your templates/admin/change_form.html template and you will be able to double click a manytomany in a multi select to be able to edit it.
Visit -
Fieldsets for Views
This Snippet allows a view to controle the printed forms on the templates, in a similar way to the fieldsets used by the django admin.
Visit -
Django snippets: jstree integration to django admin
JSTree implementation for Django admin.
Visit -
Admin Apps Names Translation
This Snippet allows for your project's apps names to be displayed as you want in the Admin, including translations.
Visit
-
jQuery Double Click Edit ManyToMany in Admin
- Read on Friday, June 12, 2009
-
-
DRY Fieldsets
A DRY method of declaring django fieldsets, finally! Great Work.
Visit
-
DRY Fieldsets
- Read on Friday, May 1, 2009
-
-
What Twitter Looks Like For Twitter Employees (SCREENSHOTS)
Francophone geek site Nowhere Else says hackers sent them screenshots from the site Twitter employees use to manage the microblogging service, admin.twitter.com.
Visit
-
What Twitter Looks Like For Twitter Employees (SCREENSHOTS)
- Read on Wednesday, April 29, 2009
-
-
django-memcache-status
This app displays the current load and some statistics for your memcached instances. At this time it's only tested with Django 1.1 (django-trunk).
Visit
-
django-memcache-status
- Read on Wednesday, November 19, 2008
-
-
#7510 (ModelAdmin should be able to use a non-default manager)
Hope this will find it's was very soon into django.
Visit
-
#7510 (ModelAdmin should be able to use a non-default manager)
- Read on Friday, September 5, 2008
-
-
Automatical superuser creation with Django
Handy tip to auto set a superuser afer ``syncdb``.
Visit
-
Automatical superuser creation with Django
- Read on Tuesday, August 26, 2008
-
-
Spass mit Newforms-Admin - Rowlevel-Permissions
[DE] Ein oft gewünschtes Feature im Admin-Interface ist "Lasse den Benutzer nur seine eigenen Einträge bearbeiten", anders ausgedrückt: Rowlevel-Permissions. Dieser Beitrag erklärt dies wunderbar.
Visit -
Spass mit Newforms-Admin - Automatische Felder
[DE] In diesem Artikel geht es darum, dem eingeloggten Autor automatisch den Artikel zuzuweisen.
Visit -
models with order (+admin editing)
Use this abstract model if you want to add "order" to a given model. Once you do, you will get automatic "up" and "down" links for each model row.
Visit
-
Spass mit Newforms-Admin - Rowlevel-Permissions
- Read on Tuesday, August 12, 2008
- Read on Monday, July 28, 2008
-
-
Admin definition converter (for newforms-admin)
Converter for old admin to newformsadmin.
Visit
-
Admin definition converter (for newforms-admin)
- Read on Sunday, July 6, 2008
-
-
Multiple Aktionen in Djangos Administration
Tutorial that explains how to add a mass delete function to django's admin page. [GERMAN]
Visit
-
Multiple Aktionen in Djangos Administration
- Read on Tuesday, May 27, 2008
-
-
Newforms Admin Branch
This branch aims to integrate Django's admin site with the newforms library. Along the way, we're taking the opportunity to add extra customization hooks to the admin site.
Visit
-
Newforms Admin Branch
- Read on Monday, May 19, 2008
-
-
django-mobileadmin
A great and easy to use admin interface designed for mobile phones.
Visit
-
django-mobileadmin
- Read on Tuesday, May 6, 2008
-
-
AdminPeepingMiddleware
Handy middleware to switch to a different user for one request. Makes debugging very easy.
Visit
-
AdminPeepingMiddleware

