root/tester/forms.py
| Revision 7218e7ce77d425dcf3e8c6e1bea40242315868c4, 425 bytes (checked in by Frederic Lepied <frederic.lepied@…>, 3 years ago) | |
|---|---|
|
|
| Line | |
|---|---|
| 1 | #--------------------------------------------------------------- |
| 2 | # Project : tester |
| 3 | # File : forms.py |
| 4 | # Version : $Id$ |
| 5 | # Author : Frederic Lepied |
| 6 | # Created On : Sun Feb 8 16:24:02 2009 |
| 7 | # Purpose : |
| 8 | #--------------------------------------------------------------- |
| 9 | |
| 10 | from django import forms |
| 11 | |
| 12 | class UploadFileForm(forms.Form): |
| 13 | file = forms.FileField() |
| 14 | |
| 15 | # forms.py ends here |
Note: See TracBrowser
for help on using the browser.
