mirror of
https://github.com/ProjectSynthoria/SynthoriaArchive.git
synced 2025-11-22 01:15:45 +02:00
* 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) |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| account.py | ||
| admin.py | ||
| main.py | ||
| site.py | ||
| torrents.py | ||
| users.py | ||