Seems that even after unchecking the option in the PyDev/Debug preferenecs pane to launch in the background, once it’s launched I have to go to task manager to kill the python process.
Seems that even after unchecking the option in the PyDev/Debug preferenecs pane to launch
Share
As far as I can tell when working with Django you need to add
runserver --noreloadto your program argument in Run > Run… menu