init commit

This commit is contained in:
2026-06-15 14:18:53 +03:00
commit 654fe90c10
26 changed files with 954 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
from django import forms
class UploadFileForm(forms.Form):
title = forms.CharField(max_length=50)
newfile = forms.FileField()