Re: Diffents admin sites into the same project

2009-06-23 Thread KrcK
Hi again! My problem was that I thought that I've to create a class that inheritance from AdminSite and then used it to register my models, so when I wanted to hook MyAdminSite in my urls I didn't know how I could do that... After read your answer I've got to do it. And now I've my three diffe

Re: Diffents admin sites into the same project

2009-06-23 Thread Russell Keith-Magee
On Tue, Jun 23, 2009 at 5:55 AM, KrcK wrote: > > Hi group! > > I've a problem with AdminSite. I don't know how can I get 3 admin sites > differents and if it's posible to do it. It is certainly possible, and it's documented: http://docs.djangoproject.com/en/dev/ref/contrib/admin/#adminsite-objec

Diffents admin sites into the same project

2009-06-22 Thread KrcK
Hi group! I've a problem with AdminSite. I don't know how can I get 3 admin sites differents and if it's posible to do it. I've a project with two applications, and I want one admin site for each one and the other to manage the project and applications (at the project level). I've been readin