On Wed, 2006-10-11 at 10:39 +1000, Devraj Mukherjee wrote:
> Hi Everyone,
> 
> Can one class have more than one administration interface?

No, although you may not be asking what you mean, since the question
doesn't really make sense. The inner Admin class on a model is there to
provide information for apps that need it. The canonical app that uses
this information is the django.contrib.admin application, which provides
what we call "the admin interface". That app presents a single way of
viewing and editing information on a per-model basis.

You could easily write another app and call it an admin interface as
well and it could happily use the information from the Admin inner
class. So, in that sense, the answer to your question would be "yes".

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

Reply via email to