python manage.py runserver
works fine the first time, but after closing it with ctrl+c, I can't start it up again. I get the error message "Python has stopped working".
This is easily fixed by restarting my computer but it is very inconvenient.
I have also tried the same thing using pycharm, but i get the error message:
Process finished with exit code -1073741819 (0xC0000005)
I am currently on Windows 10.
This happens to me and I'm not using Pycharm. I'm using Powershell, Python 3.6 and Django 1.10
If you do
then it works.
This was reported but as it's not clear if it's related to Powershell or Django, the report is not allowed to be open. https://code.djangoproject.com/ticket/27766
First step was to set the environment variable.
then /python manage.py runserver should work
I have no idea why but it worked for me.