Also check out the paginator view
http://docs.djangoproject.com/en/dev/topics/pagination/
On Jul 9, 12:27 pm, rupert wrote:
> I'm creating an app based on the tutorial. Is there a way to display
> all of the objects that are created on the same page using a view?
> Could someone help me with tha
On Jul 9, 8:27 pm, rupert wrote:
> I'm creating an app based on the tutorial. Is there a way to display
> all of the objects that are created on the same page using a view?
> Could someone help me with that?
You can get the full list of objects in the view with
MyModel.objects.all(). Send that to
I'm creating an app based on the tutorial. Is there a way to display
all of the objects that are created on the same page using a view?
Could someone help me with that?
--
You received this message because you are subscribed to the Google Groups
"Django users" group.
To post to this group, send
3 matches
Mail list logo