Temp manage.py

This commit is contained in:
2016-08-10 10:54:23 +02:00
parent 6ab2709cc4
commit 8fc1f8b31d
2 changed files with 91 additions and 2 deletions

View File

@@ -1,9 +1,9 @@
#!/usr/bin/env python
from pillar_server import PillarServer
from pillar import PillarServer
app = PillarServer('.')
app.process_extensions()
if __name__ == '__main__':
app.run('::0', 5000, debug=True)
app.run('::0', 5001, debug=True)