Python 3.6
Django 3.2
active venv: source ./.venv/bin/activate
python manage.py runserver '0.0.0.0:8000'
pip install google-cloud
export GOOGLE_APPLICATION_CREDENTIALS="PATH_TO_YOUR_SECRET_KEY.json"
python manage.py makemigrations
python manage.py migrate