diff options
| author | Mitch Riedstra <Mitch@riedstra.us> | 2017-10-11 15:04:54 -0400 |
|---|---|---|
| committer | Mitch Riedstra <Mitch@riedstra.us> | 2017-10-11 15:04:54 -0400 |
| commit | 7e4586e4f9d1a00be0a546b490ebfd09d0b8b307 (patch) | |
| tree | 18e1138ad2c1971e2fdda4e273dd383ca57258b6 /app/dispatch/forms.py | |
| parent | 083b6cb954eceffd5eee99a0e4eb78091138d481 (diff) | |
| download | dispatch-tracker-7e4586e4f9d1a00be0a546b490ebfd09d0b8b307.tar.gz dispatch-tracker-7e4586e4f9d1a00be0a546b490ebfd09d0b8b307.tar.xz | |
Misc developments and messing with file uploads
Diffstat (limited to 'app/dispatch/forms.py')
| -rw-r--r-- | app/dispatch/forms.py | 3 |
1 files changed, 3 insertions, 0 deletions
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 + + |
