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 09:15:41 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
87b7f07d26
nopaque
/
app
/
jobs
/
__init__.py
7 lines
93 B
Python
Raw
Normal View
History
Unescape
Escape
Move /jobs related code in dedicated package.
2019-11-04 08:03:31 +00:00
from
flask
import
Blueprint
jobs
=
Blueprint
(
'
jobs
'
,
__name__
)
Some renaming and moving
2019-11-08 11:21:59 +00:00
from
.
import
forms
,
views
Reference in New Issue
Copy Permalink