[Answered ]-Python.exe crashes when I run manage.py runserver

2👍

Have you created a virtual environment? If so, go to your Scripts folder enter ‘activate’ or ‘.\activate’

This will allow you to run your server in a virtual environment without worrying about your local system dependencies interfering and will hopefully solve your issue.

Leave a comment