I installed mysql as the database in the django project.
I did makemigration and migrated it to django.
Afterwards I wanted to try running the server, but even though I have python stored in my computer, python's manage.py doesn't work at all. python_version_in_cmd
I have a screenshot here and it doesn't show any response at all, but pip is responding. Django
This is my computer environment pathComputer environment path
mysql/python fails when I install mysql, is this the problem? Any tips?
What error occurs when running python manage.py runserver? Without knowing this, I can make some guesses.
python manage.py makemigrations
python manage.py migrate
to apply the model to the database.Some guidance can be found here: https://www.geeksforgeeks.org/django-migrate-python/