This website requires JavaScript.
Explore
Help
Sign In
sporada
/
nopaque
Watch
1
Star
0
Fork
0
You've already forked nopaque
mirror of
https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
synced
2024-11-15 01:05:42 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
a009bbe1f9
nopaque
/
app
/
settings
/
__init__.py
6 lines
96 B
Python
Raw
Normal View
History
Unescape
Escape
Move auth.settings to a new package (profile) as profile.index
2019-09-23 14:11:01 +00:00
from
flask
import
Blueprint
rename blueprint variables (blueprint_name -> bp) and view files (views.py -> routes.py)
2021-09-13 09:45:43 +00:00
bp
=
Blueprint
(
'
settings
'
,
__name__
)
from
.
import
routes
# noqa
Reference in New Issue
Copy Permalink