Re: Admin in frontend

2009-04-11 Thread Marcello Parra
OK Malcom Thanks again... I will play some more with it. Marcello On 4/11/09, Malcolm Tredinnick wrote: > > On Sat, 2009-04-11 at 21:10 -0300, Marcello Parra wrote: >> Hello Malcom, >> >> Thanks for your help... >> I think of a frontend as the user part of the site... where I will >> provid

Re: Admin in frontend

2009-04-11 Thread Malcolm Tredinnick
On Sat, 2009-04-11 at 21:10 -0300, Marcello Parra wrote: > Hello Malcom, > > Thanks for your help... > I think of a frontend as the user part of the site... where I will > provide users pages with proper layout and the admin site, is the one > provided by django admin where I would manage some ta

Re: Admin in frontend

2009-04-11 Thread Marcello Parra
Hello Malcom, Thanks for your help... I think of a frontend as the user part of the site... where I will provide users pages with proper layout and the admin site, is the one provided by django admin where I would manage some tables, with default django layout... You must consider that I very ne

Re: Admin in frontend

2009-04-11 Thread Malcolm Tredinnick
On Sat, 2009-04-11 at 11:51 -0300, Marcello Parra wrote: > Hello, > > I'm planning a site with django. > It need to have some functionalities that are very similar to Django's > admin (like CRUD in some tables, with validations, etc...). But I > would not like to have two sections (frontend and a

Admin in frontend

2009-04-11 Thread Marcello Parra
Hello, I'm planning a site with django. It need to have some functionalities that are very similar to Django's admin (like CRUD in some tables, with validations, etc...). But I would not like to have two sections (frontend and admin) in it So, my question is: is there a way to use already ma