I have the following model:
from django.db import models
class State(models.Model):
name = models.CharField(max_length=30)
abbreviation = models.Cha
It is not easy to bend the admin, but it is just another django app, albeit a really complex one. I usually do something like this:
Django admin Javascript already makes use of the jQuery library. To avoid conflict with user scripts, Django's jQuery is namespaced as django.jQuery. So you don't have to include a second copy, you can use the django.jQuery object on changelist and add/edit views.