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
2025-02-09 13:23:54 +02:00
Code
Issues
Releases
Activity
Mailu
/
admin
/
run.py
6 lines
83 B
Python
Raw
Normal View
History
Unescape
Escape
Actually bind flask-admin to the mail servers
2016-02-20 20:11:59 +01:00
from
freeposte
import
app
,
db
Setup a basic flask-admin interface
2016-02-20 13:57:26 +01:00
if
__name__
==
'
__main__
'
:
app
.
run
(
debug
=
True
)
Reference in New Issue
Copy Permalink