Files
blender-cloud/manage.py

8 lines
113 B
Python
Raw Normal View History

2016-08-10 10:54:23 +02:00
#!/usr/bin/env python
2016-08-10 18:27:27 +02:00
from pillar import cli
from runserver import app
2016-08-10 18:27:27 +02:00
cli.manager.app = app
cli.manager.run()