mirror of
https://gitlab.science.ru.nl/technicie/MarietjeDjango.git
synced 2025-12-10 11:32:22 +01:00
Initial commit.
This commit is contained in:
7
marietje/api/forms.py
Normal file
7
marietje/api/forms.py
Normal file
@ -0,0 +1,7 @@
|
||||
from django import forms
|
||||
|
||||
|
||||
class UploadForm(forms.Form):
|
||||
artist = forms.CharField()
|
||||
title = forms.CharField()
|
||||
file = forms.FileField()
|
||||
Reference in New Issue
Block a user