Hi everyone, I've got few questions that my experience can't answer... I'm not sure the best way to proceed.
I'm piggy-backing using the admin interface as a sort-of glorified spreadsheet (accessible to everyone). I've created a model that contains information about drivers licenses. Name, address, license #, state, birthday, etc. No problems there. I also want to track dates that I've last seen these people. So if they come in first on Jan 01, next on Feb 02, and last week on March 03, I can look at a list of those dates. My first thought was to create a new model that just stores dates, and create a many-to-many relationship between users and dates, but since that date model would contain just that... a date, it seems a little strange to me. Is there a better way that I'm not thinking of? The second question is more about the admin interface. Once a user's license info has been taken, there's no reason to change it again... only the date that I've last seen them. Is there a way to make some of the user info read-only after creation (maybe based on user permissions)? That would prevent people from accidentily changing anything but the last_seen date. Thanks to everyone for any help!!! -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-us...@googlegroups.com. To unsubscribe from this group, send email to django-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.