Improve server starting.

This commit is contained in:
Alexis Lahouze 2016-02-19 18:06:24 +01:00
parent 11fd07b46d
commit 43e4021e2c
2 changed files with 3 additions and 2 deletions

View File

@ -1,6 +1,7 @@
module.exports = { module.exports = {
runserver: { runserver: {
cmd: 'python -m manage runserver', cmd: 'python -m manage runserver -d -r',
fail: true,
bg: true bg: true
} }
}; };

View File

@ -14,7 +14,7 @@ module.exports = {
}, },
py: { py: {
files: 'accountant/**/*.py', files: 'accountant/**/*.py',
tasks: ['pydev'] tasks: ['pydev', 'bgShell:runserver']
}, },
html: { html: {
files: [ files: [