This website requires JavaScript.
Explore
Help
Register
Sign In
self-hosted
/
Mailu
Watch
1
Star
0
Fork
0
mirror of
https://github.com/Mailu/Mailu.git
synced
2026-06-20 00:16:03 +02:00
Code
Issues
Releases
Activity
Files
d61ba8e651aba6f4e31ed1a46e70b4cf4119d5da
Mailu
/
core
/
admin
/
run.py
T
8 lines
112 B
Python
Raw
Normal View
History
Unescape
Escape
Add a scheduler to the Flask application
2016-11-06 17:00:10 +01:00
import
os
Add a development run.py script
2016-10-02 09:19:34 +02:00
if
__name__
==
"__main__"
:
First working certificate generation code, related to
#35
2016-11-09 16:18:16 +01:00
os
.
environ
[
"DEBUG"
]
=
"True"
Add a scheduler to the Flask application
2016-11-06 17:00:10 +01:00
from
mailu
import
app
app
.
run
()
Reference in New Issue
Copy Permalink