lhd-build-cockroachdb
This simple application follows the hello world tutorial available at: https://www.cockroachlabs.com/docs/cockroachcloud/build-a-python-app-with-cockroachdb-django.html
Quick Start
Set up virtual environment
python3 -m venv env source env/bin/activateInstall dependencies (django etc)
python -m pip install django pip install psycopg2-binary python -m pip install django-cockroachdb
Note: If you have any errors when installing
psycopg2-binary, upgrade pip to 20.3.3 or newer:python -m pip install --upgrade pip
- Start application
python manage.py runserver 0.0.0.0:8000
Log in or sign up for Devpost to join the conversation.