Answer the question
In order to leave comments, you need to log in
Django server not starting?
I'm starting the Django server. It starts up and then nothing happens. What could be the problem? (before that everything was running)
Answer the question
In order to leave comments, you need to log in
1) Install the virtual environment in the for pistol folder (I don't see that you have it installed).
python -m venv python38_env
pip freeze > r.txt
source python38_env/Scripts/activate
pip install -r r.txt
find . -name '*.pyc' -delete
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question