I have created a django app that loads and displays all the data from
the db from the papers link on the admin panel.  i'd like to add links
that just display subsets of the db but have not figured out quite how
to do this -- some views do work but what i need is to allow the user
to view and change data, so I'd like to just keep everything in the
admin panel for now.

Is this possible?  I tried to implement a set of managers on the model
and have read that this will give you the ability to run queries on
the model data but am lost on how this gets returned to the user.

TIA
--~--~---------~--~----~------------~-------~--~----~
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