Re: Why does the admin app tie directly to models?

2007-01-25 Thread Nate Straz
On Thu, Jan 25, 2007 at 06:21:21PM -0600, Adrian Holovaty wrote: > On 1/24/07, Nate Straz <[EMAIL PROTECTED]> wrote: > > What if the admin app was really an admin framework inside Django? It > > could provide a base admin sub-app that applications could extend. That > > would allow apps to easil

Re: Why does the admin app tie directly to models?

2007-01-25 Thread Adrian Holovaty
On 1/24/07, Nate Straz <[EMAIL PROTECTED]> wrote: > What if the admin app was really an admin framework inside Django? It > could provide a base admin sub-app that applications could extend. That > would allow apps to easily add new views to the admin app. I think you'd find the newforms-admin

Re: Why does the admin app tie directly to models?

2007-01-24 Thread Nate Straz
On Tue, Jan 23, 2007 at 11:47:08PM -0600, Jacob Kaplan-Moss wrote: > On 1/23/07 9:16 PM, Nate Straz wrote: > > Why does the admin app tie directly to models? Why not applications? > > Because sometimes you want certain models within in app *not* to be > admin-editable. Ok

Re: Why does the admin app tie directly to models?

2007-01-23 Thread Jacob Kaplan-Moss
On 1/23/07 9:16 PM, Nate Straz wrote: > Why does the admin app tie directly to models? Why not applications? Because sometimes you want certain models within in app *not* to be admin-editable. Jacob --~--~-~--~~~---~--~~ You received this message because

Why does the admin app tie directly to models?

2007-01-23 Thread Nate Straz
Why does the admin app tie directly to models? Why not applications? Nate --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send email to django-