NyaaV3/nyaa/views
Kfir Hadas b992467dad Apply isort & flake8 (#312)
* Update isort settings
* Apply import sorting (isort) on all files in nyaa/
* Fixed Flake8 errors in nyaa/ (see PR for list)
* Add isort to lint.sh and requirements.txt
2017-07-28 20:01:19 +03:00
..
__init__.py Apply isort & flake8 (#312) 2017-07-28 20:01:19 +03:00
account.py Move /user/activate/<payload> route into users 2017-07-27 14:14:00 +03:00
admin.py Move /view/<int:torrent_id> route into 'torrents' blueprint 2017-07-27 14:14:00 +03:00
main.py Move /view/<int:torrent_id> route into 'torrents' blueprint 2017-07-27 14:14:00 +03:00
site.py Move static routes into a blueprint 2017-07-27 14:14:00 +03:00
torrents.py Move delete_comment and submit_report into blueprint 2017-07-27 14:14:00 +03:00
users.py Move /user/activate/<payload> route into users 2017-07-27 14:14:00 +03:00