this project DOSENT HAVE VENV and yourself should make one VENV for your project
- install requirementes
- create venv for yourself
- enter venv enviroment
- pip freez > requirements.txt
- pip install -r requirements.txt
- py manage.py makemigrations
- py manage.py migrate
- py manage.py runserver
ENJOY ;D