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