Skip to content

Commit

Permalink
Add production wrapper
Browse files Browse the repository at this point in the history
  • Loading branch information
jdupl committed Feb 3, 2016
1 parent 09b55ed commit 16868d2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions python/prod_wrapper.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#!/usr/bin/env python3
import course_activity_planner


if __name__ == '__main__':
course_activity_planner.setup('prod').run(host='0.0.0.0')

0 comments on commit 16868d2

Please sign in to comment.