diff --git a/manage.py b/manage.py new file mode 100755 index 0000000..b7c1f98 --- /dev/null +++ b/manage.py @@ -0,0 +1,7 @@ +#!/usr/bin/env python + +from pillar import cli +from runserver import app + +cli.manager.app = app +cli.manager.run()