Start moving configapp into separate dir
This commit is contained in:
parent
81af2d9fcc
commit
92db413da6
12 changed files with 327 additions and 6 deletions
3
config_app/Procfile
Normal file
3
config_app/Procfile
Normal file
|
@ -0,0 +1,3 @@
|
|||
app: PYTHONPATH="../" gunicorn -c conf/gunicorn_local.py application:application
|
||||
# webpack: npm run watch
|
||||
|
Reference in a new issue