Re: correct list for newforms admin questions? named urls / replacing admin root page

2008-06-18 Thread Norman Harman
Brian Rosner wrote: > Hi Norman, > > On Jun 17, 2008, at 3:49 PM, Norman Harman wrote: > >> I want to use {% url %} to point into portions of the admin site(and >> change the default url structure). I hacked this generally >> unfullfilling but working version with old admin. > > > This is not

Re: correct list for newforms admin questions? named urls / replacing admin root page

2008-06-17 Thread Brian Rosner
Hi Norman, On Jun 17, 2008, at 3:49 PM, Norman Harman wrote: > > I want to use {% url %} to point into portions of the admin site(and > change the default url structure). I hacked this generally > unfullfilling but working version with old admin. This is not yet supported in the newforms-admi

correct list for newforms admin questions? named urls / replacing admin root page

2008-06-17 Thread Norman Harman
I want to use {% url %} to point into portions of the admin site(and change the default url structure). I hacked this generally unfullfilling but working version with old admin. model = dict(app_label="specials", model_name="adspecial") urlpatterns += patterns("django.contrib.admin.views.main"

Re: newforms-admin questions

2008-04-09 Thread Michael
I have been using NewForms admin for all of my sites for while. It is running smooth and so far I have not had any big roadblock problems. Big HOWEVER though, NewForms Admin is still very much in development. I have found a few issues, that are easy to get around, but issues nonetheless, with certa

Re: newforms-admin questions

2008-04-09 Thread [EMAIL PROTECTED]
On Apr 9, 2:54 pm, Kevin Monceaux <[EMAIL PROTECTED]> wrote: > Django Fans, > > > Since newforms-admin will one day replace the current admin my thought > > was to go ahead and dive into it now to save the trouble of duplicating > > the effort when it lands on trunk. > > That's what I'm consider

Re: newforms-admin questions

2008-04-09 Thread Kevin Monceaux
Django Fans, I'd like to second most of Rob's questions. While pondering some of the same questions I came across his post and didn't see a reply. On Sun, 9 Mar 2008, Rob Hudson wrote: > How's the stability and/or "readiness" of newforms-admin? I've just recently converted a web site I act a

newforms-admin questions

2008-03-09 Thread Rob Hudson
How's the stability and/or "readiness" of newforms-admin? I have a project where I'm going to be needing to do some admin tweaking and it sounds like newforms-admin is much more flexible. For example, here are a few things I'm going to be needing to do... * Auto populate a field based on the va