Hi,

i'm going to use django to develop a web app (and several more after
that :)).
I did the tutorial and a few things where unclear to me.
I would want to have parts of the generated admin page available to the
users.
With parts i mean the functionality to add, edit and delete records
from
the tables containing the application data (so not the users/groups
etc).

How would i do that? Would i just make a page and copy the link in
there
to the "add" page for instance:
http://localhost:8000/admin/polls/poll/add/
Or is there a better way to get add/edit/delete functionality to the
user?

Also, i'm thinking about developing a simple app that is used to manage
web links. This should be fairly simple and allow me to further explore
django.
Every user would have his own categories and in those categories you
have the links.

Obviously the userid would need to be taken in account when writing the
links
back to the db. Is there a mechanism to that allows users to login and
use the login
info?

Thanks for any info


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