This website requires JavaScript.
Explore
Help
Register
Sign in
Synthoria
/
SynthoriaArchive
Watch
1
Star
0
Fork
You've already forked SynthoriaArchive
0
mirror of
https://github.com/ProjectSynthoria/SynthoriaArchive.git
synced
2025-03-12 23:36:54 +02:00
Code
Activity
Actions
f316353176
SynthoriaArchive
/
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
Copy permalink