A
A
Artyom Kushnerevich2020-05-26 17:53:16
Django
Artyom Kushnerevich, 2020-05-26 17:53:16

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)5ecd2d54ef509666075821.png

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Andrey Sobolev, 2020-05-27
@Sobolev5

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

2) In the folder with the project
find . -name '*.pyc' -delete
3) Check again
4) If it doesn't help, roll back to the previous commit, carefully analyze the changes in the git.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question