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
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
cb7171e205
main
dynamic-resolution
master
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from 'cb7171e205'
${ noResults }
mailu
/
admin
/
run.py
6 lines
75 B
Python
Raw
Normal View
History
Unescape
Escape
Rename the freeposte/mailu directory and database
8 years ago
from
mailu
import
app
Add a development run.py script
8 years ago
if
__name__
==
"
__main__
"
:
app
.
run
(
debug
=
True
)