django-admin2/example
yarbelk 690401d604 Fix missing enctype="multipart/form-data" when needed
- add app example.files with tests, based on example2.
- add check in base update template which checks if
  form.is_multitype and adds the encoding for it
- update gitignore to ignore the uploaded media folder
- add test to blog to ensure that the create form is not
  multipart encoded
2013-09-11 22:20:38 +08:00
..
blog Fix missing enctype="multipart/form-data" when needed 2013-09-11 22:20:38 +08:00
example Fix missing enctype="multipart/form-data" when needed 2013-09-11 22:20:38 +08:00
files Fix missing enctype="multipart/form-data" when needed 2013-09-11 22:20:38 +08:00
static/img Better example project home. Close #241. 2013-07-06 10:57:00 +02:00
__init__.py Added testrunner that works with django 2013-05-18 15:30:32 +02:00
manage.py Add example app 2013-05-18 12:12:57 +02:00