1
0
Fork 0
mirror of https://github.com/ProjectSynthoria/SynthoriaArchive.git synced 2025-03-12 15:26:56 +02:00
SynthoriaArchive/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