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 new to Django and there is a chance that
I miss something here...

Marcello



On 4/11/09, Malcolm Tredinnick <malc...@pointy-stick.com> wrote:
>
> 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 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 special in any way.
>
> Regards,
> Malcolm
>
>
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to