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-14 16:55:42 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
f6b2dd3282
nopaque
/
opaque.py
6 lines
96 B
Python
Raw
Normal View
History
Unescape
Escape
Create project skeleton.
2019-07-03 08:31:23 +00:00
from
app
import
create_app
Load config from 'config.py'.
2019-07-03 13:40:45 +00:00
import
os
Create project skeleton.
2019-07-03 08:31:23 +00:00
Load config from 'config.py'.
2019-07-03 13:40:45 +00:00
app
=
create_app
(
os
.
getenv
(
'
FLASK_CONFIG
'
)
or
'
default
'
)
Reference in New Issue
Copy Permalink