Does anyone have a list of things they do to associate some model with a user?
I.e. if a blog entry has a user, you have to do a few things: - Add a foriegnkey field - Make the foreign key field editable = False - On save/load make sure that request.user matches entry.user
This is what I could come up with. Is there an easier way to do this? Anything else to keep in mind?