Move all directories per theme
This commit is contained in:
7
core/admin/run.py
Normal file
7
core/admin/run.py
Normal file
@@ -0,0 +1,7 @@
|
||||
import os
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
os.environ["DEBUG"] = "True"
|
||||
from mailu import app
|
||||
app.run()
|
||||
Reference in New Issue
Block a user