2007/12/23, tjunning <[EMAIL PROTECTED]>:
>
> Hi,
>
> I'm really, part time app devleoper and very new with Python & Django,
> I was wondering is there a way to use the django administration
> interface as the main app? and plug the rest of the app as part of it?
> Basically I want my application to look like the admin of django, but
> the user can only be limited to certain part of the app.
>
> I tried with Ruby using the Goldberf plugins but, it's great but not
> as clean as Django's admin part which very easy in term of the
> filtering, many to many relationship etc. while in Ruby I need to
> activate some ajax which I don't really know how.
>
> Can anyone suggest?
Don't do that!
Django admin is not for the end user, but it's a great help on the
early stages of the application when you need to give the user a way
to introduce data to the application, and lest you to administer the
data in a friendly way.

Users usually want's more and more and you will find yourself hacking
the Django admin code to fit the user needs.
-- 
Antoni Aloy López
Binissalem - Mallorca
http://www.trespams.com
Soci de Bulma - http://www.bulma.cat

--~--~---------~--~----~------------~-------~--~----~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to