On 7/14/07, Rogelio <[EMAIL PROTECTED]> wrote:
> yet.  I guess I was
> thinking that even if the user was logged in, the URL still would be
> showing potentially
> sensitive info.  I was thinking maybe I needed to create some random
> sequence of
> letters/numbers, store that in a model field and use it as the pk

Use the default:
http://www.djangoproject.com/documentation/model-api/#automatic-primary-key-fields

A student's row number isn't sensitive.

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