we did it bois, we enter in the user id for each one

This commit is contained in:
Yamozha
2021-02-18 00:31:54 +02:00
parent 322047b51b
commit a62ccb389d
35 changed files with 48 additions and 12 deletions

View File

@ -7,7 +7,7 @@ class ImageForm(forms.ModelForm):
class Meta:
model = Image
fields = ('title', 'image')
class VideoForm(forms.ModelForm):
"""Form for the image model"""
class Meta: