i see the task is started by grunt but there is no output to terminal at all until i load the page in the browser at http://localhost:3274. then i can see django logging. but i can't use Ctrl + C to stop the server.
if i run the commands in the terminal myself, i see the output:
Validating models...
0 errors found
January 16, 2015 - 18:44:37
Django version 1.6.1, using settings 'api.settings_local'
Starting development server at http://127.0.0.1:3274/
Quit the server with CONTROL-C.
Use StackOverflow for support questions. This task is pretty much just a thin wrapper around require('child_process').exec(). So any issue is an issue with the node core function.
hi there. i am having some weirdness happen with trying to run django and see the output to stdout:
i see the task is started by grunt but there is no output to terminal at all until i load the page in the browser at http://localhost:3274. then i can see django logging. but i can't use Ctrl + C to stop the server.
if i run the commands in the terminal myself, i see the output:
any help would be awesome! thanks.