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.
2 parents 5abdf6a + 77cf396 commit b41f895Copy full SHA for b41f895
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