Files
attract/manage.py
Francesco Siddi 337e2db558 Add manage.py to run Pillar commands within the Attract repo
This is useful when setting up Attract as a standalone application.
2017-12-13 11:19:19 +01:00

8 lines
113 B
Python
Executable File

#!/usr/bin/env python
from pillar import cli
from runserver import app
cli.manager.app = app
cli.manager.run()