trying to figure out how to serve user-uploaded files
This commit is contained in:
@ -6,4 +6,4 @@ class ImageForm(forms.ModelForm):
|
||||
"""Form for the image model"""
|
||||
class Meta:
|
||||
model = Image
|
||||
fields = ('title', 'image')
|
||||
fields = ('image',)
|
||||
|
Reference in New Issue
Block a user