Add manage.py to run Pillar commands within the Attract repo

This is useful when setting up Attract as a standalone application.
This commit is contained in:
2017-12-13 11:19:19 +01:00
parent 0b3ea29d48
commit 337e2db558

7
manage.py Executable file
View File

@@ -0,0 +1,7 @@
#!/usr/bin/env python
from pillar import cli
from runserver import app
cli.manager.app = app
cli.manager.run()