mirror of
https://github.com/kennethreitz-archive/callingme-service.git
synced 2026-06-05 15:20:16 +00:00
import app
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
#!/usr/bin/env python
|
||||
# -*- coding: utf-8 -*-
|
||||
|
||||
from flaskext.script import Manager
|
||||
|
||||
from rush import app
|
||||
|
||||
manager = Manager(app)
|
||||
|
||||
# @manager.command
|
||||
# def inbox(addr, port):
|
||||
# from fedex.emaild import inbox
|
||||
|
||||
# inbox.serve(int(port), addr)
|
||||
|
||||
if __name__ == "__main__":
|
||||
manager.run()
|
||||
@@ -0,0 +1 @@
|
||||
from .core import app
|
||||
Reference in New Issue
Block a user