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
f1d8b81923
nopaque
/
app
/
settings
/
__init__.py
6 lines
88 B
Python
Raw
Normal View
History
Unescape
Escape
small update settings page+new package 'settings'
2023-03-17 14:56:37 +00:00
from
flask
import
Blueprint
bp
=
Blueprint
(
'
settings
'
,
__name__
)
move settings related json routes to users package
2023-04-03 13:25:55 +00:00
from
.
import
routes
Reference in New Issue
Copy Permalink