diff --git a/compose/django.md b/compose/django.md index 4eb65148befa..e60423a13f99 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>=2.0,<3.0 - psycopg2>=2.7,<3.0 + psycopg2-binary>=2.8 7. Save and close the `requirements.txt` file.