This website requires JavaScript.
Explore
Help
Sign In
darkhelm
/
notifications-admin
Watch
1
Star
0
Fork
0
You've already forked notifications-admin
mirror of
https://github.com/GSA/notifications-admin.git
synced
2026-05-02 23:20:56 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
bbcfe8aa3fae4e2e24b07f893fac3ab465328a4b
notifications-admin
/
app
/
main
/
__init__.py
7 lines
99 B
Python
Raw
Normal View
History
Unescape
Escape
Start to create views
2015-11-20 16:22:44 +00:00
from
flask
import
Blueprint
main
=
Blueprint
(
'
main
'
,
__name__
)
Use absolute paths for imports
2015-11-20 16:33:11 +00:00
from
app
.
main
.
views
import
index
Reference in New Issue
Copy Permalink