From 7e4586e4f9d1a00be0a546b490ebfd09d0b8b307 Mon Sep 17 00:00:00 2001 From: Mitch Riedstra Date: Wed, 11 Oct 2017 15:04:54 -0400 Subject: Misc developments and messing with file uploads --- app/dispatch/forms.py | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 app/dispatch/forms.py (limited to 'app/dispatch/forms.py') diff --git a/app/dispatch/forms.py b/app/dispatch/forms.py new file mode 100644 index 0000000..32d64dc --- /dev/null +++ b/app/dispatch/forms.py @@ -0,0 +1,3 @@ +from django import forms + + -- cgit v1.2.3