django-polymorphic/example/example
Diederik van der Boor aaf06c71a5 Fix PEP8 whitespace issues
autopep8 -r polymorphic/ example/ -i
--select=E112,E113,E115,E116,E122,E123,E125,E127,E128,E201,E202,E203,E211,E225,E226,E227,E228,E231,E251,E261,E262,E271,E272,E273,E274,E301,E302,E303,E304,E309,E711,E713,W291,W293,W391
--exclude migrations,south_migrations

(line conditiation fixes: E123,E125,E122,E127,E128)
2015-12-28 15:16:29 +01:00
..
__init__.py Convert Django project files in the root to example project. 2013-03-28 14:16:45 +01:00
settings.py Fix PEP8 whitespace issues 2015-12-28 15:16:29 +01:00
urls.py Remove deprecated django.conf.urls.patterns 2015-10-21 22:18:21 -03:00
wsgi.py Convert Django project files in the root to example project. 2013-03-28 14:16:45 +01:00