1
0
Fork 0
mirror of https://gitlab.com/SIGBUS/nyaa.git synced 2024-06-26 15:07:36 +00:00
nyaa/nyaa/views
Kfir Hadas 9fef343c1b Move torrent edit and upload into 'torrents' blueprint
Move supporting functions and variables into other files
* nyaa.views.torrents:
  - _create_upload_category_choices
* nyaa.backend:
  - get_category_id_map
2017-07-27 14:14:00 +03:00
..
__init__.py Move /view/<int:torrent_id> route into 'torrents' blueprint 2017-07-27 14:14:00 +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 torrent edit and upload into 'torrents' 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