nyaa/nyaa/views
Kfir Hadas 87dd95f1e0 Refactor into an app factory [2 of 2] (#322)
* Replace all `from nyaa import app` imports with `app = flask.current_app` (or `from flask import current_app as app` where possible)
* Add a separate config object for top-level and class statements as `nyaa.extensions.config`
Required because those codes don't have app context at the time of evaluation/execution.
* Remove `routes.py` file and register all blueprints in `nyaa/__init__.py`
* Refactor `nyaa/__init__.py` into an app factory
* Update tools
* Update tests (temporary, will be replaced)
2017-08-01 21:02:08 +03:00
..
__init__.py Refactor into an app factory [2 of 2] (#322) 2017-08-01 21:02:08 +03:00
account.py Refactor into an app factory [2 of 2] (#322) 2017-08-01 21:02:08 +03:00
admin.py Prepare for app factory [1 of 2] (#315) 2017-07-30 20:35:16 +03:00
main.py Refactor into an app factory [2 of 2] (#322) 2017-08-01 21:02:08 +03:00
site.py Move static routes into a blueprint 2017-07-27 14:14:00 +03:00
torrents.py Refactor into an app factory [2 of 2] (#322) 2017-08-01 21:02:08 +03:00
users.py Refactor into an app factory [2 of 2] (#322) 2017-08-01 21:02:08 +03:00