We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c6725b commit 77cf396Copy full SHA for 77cf396
python/django/Makefile
@@ -5,5 +5,5 @@ start:
5
deps:
6
git clone https://github.com/cockroachdb/django-cockroachdb || true
7
pip3 install --upgrade setuptools
8
- pip3 install django
+ pip3 install django psycopg2
9
cd django-cockroachdb && pip3 install .
0 commit comments