I've got a couple of questions about customizing the admin pages...

First, is there a way to specify the layout/template for an admin form
by hand? I've got a Model that has a bunch of optional fields,
including a bunch of TextAreas, and the form is huge and jumbled. I'd
like to make a custom template for it, use JS to hide the optional
bits by default, and layout the fields in something other than a big
stack.

Second, is there a way to add fields to an Admin form that don't get
added to the model? For example, I've got an imagefield, and when it
calls save(), it autogenerates a thumbnail, that works fine, but I
might like to have some extra controls to customize the behavior of
the thumbnail generation, but these don't need to get stored in the DB
anywhere..

Thanks!
Joel
-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.


Reply via email to