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 17:25:44 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
d61e68c690
nopaque
/
app
/
main
/
__init__.py
6 lines
84 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
rename blueprint variables (blueprint_name -> bp) and view files (views.py -> routes.py)
2021-09-13 09:45:43 +00:00
bp
=
Blueprint
(
'
main
'
,
__name__
)
from
.
import
routes
Reference in New Issue
Copy Permalink