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

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

Re: Admin in frontend

2009-04-11 Thread Marcello Parra
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 made admin's >>

Re: Admin in frontend

2009-04-11 Thread Malcolm Tredinnick
sections (frontend and admin) in it > So, my question is: is there a way to use already made admin's > funcionalities in my frontend without having to rewrite them ?? > What do you mean by "frontend"? The admin site is just a set of webpages. It's not

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

Different 500.html template for admin and frontend

2008-07-17 Thread apit
Noob here :) In what circumstance admin template for 500 error used? I use nfa-branch svn. In admin site, when my app raise exception, django seems to load 500.html from my project, or from the app, but not from admin template. Am i miss something? I want different 500 template between admin