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 0887dde6fc Move /user/<user_name> route into a blueprint
Move supporting functions and variables into other files
* nyaa.utils:
  - cached_function
  - chain_get
* nyaa.search:
  - DEFAULT_MAX_SEARCH_RESULT
  - DEFAULT_PER_PAGE
  - SERACH_PAGINATE_DISPLAY_MSG
  - _generate_query_string
2017-07-27 14:14:00 +03:00
..
__init__.py Move /user/<user_name> route into a blueprint 2017-07-27 14:14:00 +03:00
account.py Move account routes into blueprint (#292) 2017-07-27 14:14:00 +03:00
admin.py Move /user/<user_name> route into a 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
users.py Move /user/<user_name> route into a blueprint 2017-07-27 14:14:00 +03:00