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 = {
runserver: {
cmd: 'python -m manage runserver',
cmd: 'python -m manage runserver -d -r',
fail: true,
bg: true
}
};

View File

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