This website requires JavaScript.
Explore
Help
Register
Sign in
sb745
/
NyaaV3
Watch
1
Star
0
Fork
You've already forked NyaaV3
0
mirror of
https://github.com/sb745/NyaaV3.git
synced
2025-03-12 22:06:55 +02:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
f316353176
NyaaV3
/
nyaa
/
views
/
__init__.py
8 lines
93 B
Python
Raw
Normal View
History
Unescape
Escape
Move static routes into a blueprint and update templates Routes: * /help * /rules * /xmlns/nyaa * /about (commented out)
2017-07-11 00:13:19 +03:00
from
nyaa
.
views
import
(
Move account routes into blueprint (#292) and update templates, and remove unused imports Routes: * /login * /logout * /register * /profile
2017-07-20 21:01:25 +03:00
account
,
Move static routes into a blueprint and update templates Routes: * /help * /rules * /xmlns/nyaa * /about (commented out)
2017-07-11 00:13:19 +03:00
site
,
)
Move account routes into blueprint (#292) and update templates, and remove unused imports Routes: * /login * /logout * /register * /profile
2017-07-20 21:01:25 +03:00
account_bp
=
account
.
bp
Move static routes into a blueprint and update templates Routes: * /help * /rules * /xmlns/nyaa * /about (commented out)
2017-07-11 00:13:19 +03:00
site_bp
=
site
.
bp
Reference in a new issue
Copy permalink