Initial commit

This commit is contained in:
Fergal Moran
2015-04-30 23:17:58 +01:00
commit 6f9f29f5fc
193 changed files with 23428 additions and 0 deletions

4
core/widgets/upload.py Executable file
View File

@@ -0,0 +1,4 @@
from django.forms.widgets import ClearableFileInput
class FileUploadWidget(ClearableFileInput):
pass