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
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
2 matches
Mail list logo