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
c3c3b70030
nopaque
/
web
/
app
/
services
/
__init__.py
6 lines
93 B
Python
Raw
Normal View
History
Unescape
Escape
Move ocr job to extra package.
2019-07-19 11:28:17 +00:00
from
flask
import
Blueprint
Change import logic.
2019-11-12 12:36:22 +00:00
services
=
Blueprint
(
'
services
'
,
__name__
)
More exception handling. Remove unused database models. New common view structure!
2020-11-13 09:01:51 +00:00
from
.
import
views
Reference in New Issue
Copy Permalink