From 9031360ae77681cd8e12e0eae25f2ffdb8ed66af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ali=20O=C4=9Fuzhan=20Y=C4=B1ld=C4=B1z?= Date: Tue, 11 Sep 2018 13:23:10 +0300 Subject: [PATCH] rename psycopg2 to psycopg2-binary --- compose/django.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose/django.md b/compose/django.md index 8c1ffaa34d..64ebef5671 100644 --- a/compose/django.md +++ b/compose/django.md @@ -47,7 +47,7 @@ and a `docker-compose.yml` file. (You can use either a `.yml` or `.yaml` extensi 6. Add the required software in the file. Django>=1.8,<2.0 - psycopg2 + psycopg2-binary 7. Save and close the `requirements.txt` file.