Re: admin widgetry in myapp

2008-08-29 Thread Gerard Petersen
Martin, After a few days of diggin' I'm well on my way. Never saw the page you sent me. Marvelous docs. Thanx!! regards, Gerard. Martin Diers wrote: > I would suggest that first you learn about forms and widgets apart > from the admin. Once that is done, it's pretty trivial to crate your

Re: admin widgetry in myapp

2008-08-29 Thread Martin Diers
I would suggest that first you learn about forms and widgets apart from the admin. Once that is done, it's pretty trivial to crate your own ModelForm and assign it to your admin. As to a tutorial, there's the newforms-admin HOWTO, that may be of use: http://code.djangoproject.com/wiki/Newform

admin widgetry in myapp

2008-08-28 Thread Gerard Petersen
Hi all, I would like some of the admin (date/time) widgets in the application I'm building. Is this even possible in combination with the use of modelforms or do i need to build more stuff by hand? And are there any noobish howto's out there on how to do this? Diggin' through source code does