use the latest django debug toolbar version compatible with django 1.11 (#46837)

This commit is contained in:
Nicolas Roche 2020-09-21 15:47:50 +02:00
parent 77ed312dfe
commit 645689244f
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@
- name: install django-debug-toolbar
pip:
name: django-debug-toolbar
name: "django-debug-toolbar<3"
virtualenv: "{{venv_py3}}"
- name: install psycopg2-binary