python3 -m venv env
source env/bin/activate
pip install -r requirements.txt- comment out psycopg2-binary==2.9.6 in requirements.txt
- uncomment this line before pushing
python -m venv env
.\env\Scripts\activate
pip install -r requirements.txtpython manage.py migratepython manage.py runserverpython manage.py createsuperuserpython manage.py makemigrations
python manage.py migrate