django-admin2/.gitignore
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

61 lines
540 B
Text

*.py[co]
# Packages
*.egg
*.egg-info
dist
build
eggs
parts
bin
var
sdist
develop-eggs
.installed.cfg
# Installer logs
pip-log.txt
# Unit test / coverage reports
.coverage
.tox
# Mr Developer
.mr.developer.cfg
# Django
dev.db*
dev
*.log
local_settings.py
collected_static/
# Local file cruft/auto-backups
.DS_Store
*~
# Coverage
coverage
# Sphinx
docs/_build
# Launchpad
lp-cache
_data
# PostgreSQL
logfile
# SQLite
*.db
# vim swap files
*.sw[o-z]
# Sublime Text
*.sublime-workspace
*.sublime-project
# test media upload
media