mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2024-11-22 09:36:52 +03:00
adding debug_toolbar temporary workaround
This commit is contained in:
parent
c1bbc1bc52
commit
5ca39c4d86
|
@ -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 New Issue
Block a user