Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 398 Bytes

File metadata and controls

16 lines (12 loc) · 398 Bytes

comz_server

Python 3.6
Django 3.2

active venv: source ./.venv/bin/activate
python manage.py runserver '0.0.0.0:8000'

pip settings

pip install google-cloud

execute this command to update Env OR put it to ~/.bashrc

export GOOGLE_APPLICATION_CREDENTIALS="PATH_TO_YOUR_SECRET_KEY.json"

DB setting

python manage.py makemigrations
python manage.py migrate