This website requires JavaScript.
Explore
Help
Register
Sign In
self-hosted
/
Mailu
Watch
1
Star
0
Fork
0
You've already forked Mailu
mirror of
https://github.com/Mailu/Mailu.git
synced
2024-12-14 10:53:30 +02:00
Code
Issues
Releases
Activity
7f0447514c
Mailu
/
core
/
admin
/
run.py
8 lines
112 B
Python
Raw
Normal View
History
Unescape
Escape
Add a scheduler to the Flask application
2016-11-06 18:00:10 +02: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 17:18:16 +02:00
os
.
environ
[
"
DEBUG
"
]
=
"
True
"
Add a scheduler to the Flask application
2016-11-06 18:00:10 +02:00
from
mailu
import
app
app
.
run
(
)
Reference in New Issue
Copy Permalink