If you're using a very recent (past week or so) checkout of the django
trunk, then you're using newforms admin, which is significantly
different from the oldforms admin system. Instructions are here:
http://www.djangoproject.com/documentation/admin/
Yours,
Eric
Hi,
If you're running the latest dev version of Django, the advice given
by Practical Django Projects will unfortunately be a little out of
date. In particular, the admin application has recently gone through
some very big changes, and the way you register applications with the
admin has changed somewhat. For details on what has changed and how to
migrate, try the following:
http://code.djangoproject.com/wiki/NewformsHOWTO
http://oebfare.com/blog/2008/jul/20/newforms-admin-migration-and-screencast/
The Django Admin documentation may also be usefule:
http://www.djangoproject.com/documentation/admin/
More generally, any changes that are made to Django that are backwards
incompatible in some way are described here:
http://code.djangoproject.com/wiki/BackwardsIncompatibleChanges
If you update a 'trunk' install of Django and things start to break,
this is the first place to check.
Yours,
Russ Magee %-)