This website works better with JavaScript.
Explore
Help
Sign In
lub
/
mailu
Watch
1
Star
0
Fork
You've already forked mailu
0
Code
Issues
Pull Requests
Packages
Releases
Wiki
Activity
6cd8e0e336
mailu
/
admin
/
run.py
8 lines
112 B
Python
Raw
Normal View
History
Unescape
Escape
Add a scheduler to the Flask application
8 years ago
import
os
Add a development run.py script
9 years ago
if
__name__
==
"
__main__
"
:
First working certificate generation code, related to #35
8 years ago
os
.
environ
[
"
DEBUG
"
]
=
"
True
"
Add a scheduler to the Flask application
8 years ago
from
mailu
import
app
app
.
run
(
)