Hi Yml,

I am working on a small CRM solution for our internal use. Admin
application is providing almost all the functionality I need but I
think it is a pity that you can not specify a template for reading a
model and user rights for this action  out of the box.
It would be nice to have an action for presenting the details of a
model in the admin application.

I will check it out the databrowse application.

Thank you.

Ali


On Jun 4, 1:44 pm, yml <[EMAIL PROTECTED]> wrote:
> Hello,
> I would recommend you to look at : 
> databrowsehttp://www.djangoproject.com/documentation/databrowse/
> Here it is a short description extracted from the django
> documentation:
> """
> Databrowse is a Django application that lets you browse your data.
>
> As the Django admin dynamically creates an admin interface by
> introspecting your models, Databrowse dynamically creates a rich,
> browsable Web site by introspecting your models.
> """
> I hope that will help you.
> --yml
>
> On 4 juin, 11:52, Ali Sogukpinar <[EMAIL PROTECTED]> wrote:
>
> > Hi,
>
> > I have an website and I would like to use Django admin app for
> > modifing my model objects.
>
> > Django admin app is out of the box providing C(R)UD actions for me.
> > But R (Read) action is implemented as list. You can see the list of
> > your objects and If you click on one the item in the list you will be
> > automaticall directed to change_form (Update action)
>
> > I would like to have an intermediate step where you see the details of
> > the object with its relations etc. and from this page you can goto
> > change_form if you really want to edit it.
>
> > Couldn't make it? Did any of you implemented such a functionality?
>
> > Thanks in Advance.
>
> > Ali
--~--~---------~--~----~------------~-------~--~----~
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