Re: How to create a Generic Show View ?

2008-08-27 Thread Mario Hozano
del_entity':'user'})) Should I use the 'django.views.generic.create_update.create_object' view? I want only to use the urls.py without write in views.py to instantiate the form. Is it possible? Thanks. Mario Hozano. On Wed, Aug 27, 2008 at 3:34 AM, koenb <[EMAIL PROTECTED]> wrote: > &g

Re: How to show a model count value in a html page?

2008-08-26 Thread Mario Hozano
Good, Rajesh. I will do it. Thanks. Mario Hozano On Tue, Aug 26, 2008 at 5:38 PM, Rajesh Dhawan <[EMAIL PROTECTED]>wrote: > > Hi Mario, > > > I am new in Django. I am implementing a web application using the > > django template support. In this way, i am using a si

How to show a model count value in a html page?

2008-08-26 Thread Mario Hozano
. Statistics Users({{User.objects.count}}) ... Regards. Mario Hozano. --~--~-~--~~~---~--~~ 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@google

How to create a Generic Show View ?

2008-08-26 Thread Mario Hozano
to adjust the model class to work fine. Does Django offer another way to present the model attributes in a Show view? Is it possible to use a ModelForm class to show the attribute values in html labels? Thanks. Mario Hozano --~--~-~--~~~---~--~~ You received this