accountant-ui/grunt-config/bgShell.js

7 lines
105 B
JavaScript
Raw Normal View History

2016-01-29 13:42:25 +01:00
module.exports = {
runserver: {
cmd: 'python -m manage runserver',
bg: true
}
};