Let's say I want to use a different template for the add page but not the edit. What would be the best way to accomplish that? I was thinking either subclassing add_view or change_view, or alternatively maybe subclass some InlineModelAdmin method. What's your guys take on this? Thanks.
|
|
|||||
|
|
|
A good start might be to look at how it's done in http://code.djangoproject.com/browser/django/trunk/django/contrib/auth/admin.py I would say subclassing |
||
|
|
|
This is a pretty crappy solution but here is how I solved it:
|
||
|
|
