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
61658410b2
nopaque
/
web
/
app
/
main
/
__init__.py
6 lines
101 B
Python
Raw
Normal View
History
Unescape
Escape
Merge base templates. Add database support. Add blueprint for main.
2019-07-05 12:47:35 +00:00
from
flask
import
Blueprint
Add Roles and Permission models so that only admins can access /admin
2019-07-09 13:41:16 +00:00
Change import logic.
2019-11-12 12:36:22 +00:00
main
=
Blueprint
(
'
main
'
,
__name__
)
Make inner package imports relative
2020-03-27 11:06:11 +00:00
from
.
import
errors
,
views
# noqa
Reference in New Issue
Copy Permalink