request.FILES always empty

2009-01-05 Thread Glimps
I'm using ModelForm to render my form. I have a FileField in my model that shows up as a type="file" on my page. Thing is, even if I select a file to upload Django always complains about the field being empty and my form never validates. Here's my model: class IOs(models.Model): name

Restrict users to their own data

2008-09-11 Thread Glimps
Hi, I would like to restrict users to the data they can see/modify/ delete on a table. I have a Reservation table that holds reservations for multiple banners of Restaurant chain. I don't want the user from franchiseX to be able to see/confirm reservations from franchiseY. Since all the add/e