mirror of
https://github.com/Hopiu/cookiecutter-django.git
synced 2026-05-15 07:53:09 +00:00
adding debug_toolbar temporary workaround
This commit is contained in:
parent
c1bbc1bc52
commit
5ca39c4d86
1 changed files with 3 additions and 0 deletions
|
|
@ -63,4 +63,7 @@ django_compressor==2.0
|
|||
django-webpack-loader==0.3.0
|
||||
{%- endif %}
|
||||
|
||||
# sqlparse 0.2 is incompatible with django_debug_toolbar
|
||||
sqlparse==0.1.19 # pyup: < 0.2
|
||||
|
||||
# Your custom requirements go here
|
||||
|
|
|
|||
Loading…
Reference in a new issue