added run.sh and changes to submodules

This commit is contained in:
Tobias Kurze
2019-03-12 16:48:27 +01:00
parent a24c641ce3
commit 263bc1a860
5 changed files with 6 additions and 4 deletions

3
.idea/vue_ts_test.iml generated
View File

@@ -5,8 +5,9 @@
<excludeFolder url="file://$MODULE_DIR$/.tmp" />
<excludeFolder url="file://$MODULE_DIR$/temp" />
<excludeFolder url="file://$MODULE_DIR$/tmp" />
<excludeFolder url="file://$MODULE_DIR$/venv" />
</content>
<orderEntry type="jdk" jdkName="Python 3.7 (backend-ZrkuJAhL)" jdkType="Python SDK" />
<orderEntry type="jdk" jdkName="Python 3.7 (backend-4lZjBNnb)" jdkType="Python SDK" />
<orderEntry type="sourceFolder" forTests="false" />
</component>
</module>

Submodule backend updated: 38ab1578b0...c8b01b450b

1
run.py Normal file → Executable file
View File

@@ -1,7 +1,6 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
from backend import app
app.run(debug=True)

2
run.sh Normal file
View File

@@ -0,0 +1,2 @@
#!/usr/bin/env bash
$(PIPENV_PIPFILE=./backend/Pipfile pipenv --venv)/bin/python run.py