This website works better with JavaScript.
Home
Help
Sign In
DashieHam
/
pyAirwaves
mirror of
https://github.com/rhaamo/pyAirwaves
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
0
Wiki
Activity
Browse Source
Add dev things
front-experiment
Dashie der otter
11 months ago
parent
80e0dcc733
commit
d153256825
Signed by:
dashie
<rhaamo@leloop.org>
GPG Key ID:
C2D57B325840B755
2 changed files
with
14 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+11
-0
.tmuxinator.yml
+3
-0
.vscode/settings.json
+ 11
- 0
.tmuxinator.yml
View File
@@ -0,0 +1,11 @@
# .tmuxinator.yml
name: dev
root: .
windows:
- backend:
- source venv/bin/activate
- export FLASK_ENV=development
- gunicorn --worker-class eventlet -w 1 -b 0.0.0.0:5000 "app:create_app()"
+ 3
- 0
.vscode/settings.json
View File
@@ -0,0 +1,3 @@
{
"python.pythonPath": "venv/bin/python3"
}
Write
Preview
Loading…
Cancel
Save