Skip to content

Commit

Permalink
add host config
Browse files Browse the repository at this point in the history
  • Loading branch information
william57m committed Nov 27, 2014
1 parent e74fd8a commit 3da195a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -133,5 +133,9 @@ def add_state_order():
db.session.commit()
print("...States order successfully added")

@manager.command
def run():
app.run(host='10.192.169.107')

if __name__ == "__main__":
manager.run()

0 comments on commit 3da195a

Please sign in to comment.