nyaa/nyaa
Kfir Hadas 0181d6cb33 Prepare for app factory [1 of 2] (#315)
* Move db, assets, debug toolbar and fix_paginate into nyaa.extensions
* Change all `from nyaa import db` imports to `from nyaa.extensions import db`
* Move `nyaa.torrents.create_magnet_from_es_info` context processor into template-utils blueprint
* Fix tools (wrap in `with app.app_context():` where needed)
2017-07-30 20:35:16 +03:00
..
static Fix broken comment CSS 2017-07-08 20:03:14 -05:00
templates Update Gravatar (#313) 2017-07-27 16:03:13 -04:00
views Prepare for app factory [1 of 2] (#315) 2017-07-30 20:35:16 +03:00
__init__.py Prepare for app factory [1 of 2] (#315) 2017-07-30 20:35:16 +03:00
api_handler.py Prepare for app factory [1 of 2] (#315) 2017-07-30 20:35:16 +03:00
backend.py Prepare for app factory [1 of 2] (#315) 2017-07-30 20:35:16 +03:00
bencode.py bencode: fix nontermination on empty or malformed input 2017-07-24 20:53:48 -06:00
extensions.py Prepare for app factory [1 of 2] (#315) 2017-07-30 20:35:16 +03:00
forms.py Completely handle qBittorrent webseeds 2017-07-30 11:49:13 +03:00
models.py Prepare for app factory [1 of 2] (#315) 2017-07-30 20:35:16 +03:00
routes.py Refactor routes.py 2017-07-27 14:14:00 +03:00
search.py Prepare for app factory [1 of 2] (#315) 2017-07-30 20:35:16 +03:00
template_utils.py Prepare for app factory [1 of 2] (#315) 2017-07-30 20:35:16 +03:00
torrents.py Prepare for app factory [1 of 2] (#315) 2017-07-30 20:35:16 +03:00
utils.py Apply isort & flake8 (#312) 2017-07-28 20:01:19 +03:00