You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Getting the following error when using compressor with django advanced filters:
Compressing... Error parsing template /Users/vitormhenrique/opt/anaconda3/envs/sr/lib/python3.8/site-packages/advanced_filters/templates/admin/advanced_filters.html: Invalid template name in 'extends' tag: ''. Got this from the 'original_change_list_template' variable.
To Reproduce
Using django cookiecutter with whitenoise compressor.
Steps to reproduce the behavior:
Installed the app as described with a blank cookiecutter
run python manage.py collectstatic and them run python manage.py compress
Expected behavior
Should not get the error
Details (please complete the following information):
OS: LINUX / MAXOS
Python version 3.7
Django version 3.0
The text was updated successfully, but these errors were encountered:
Describe the bug
Getting the following error when using compressor with django advanced filters:
To Reproduce
Using django cookiecutter with whitenoise compressor.
Steps to reproduce the behavior:
manage.py collectstatic
and them runpython manage.py compress
Expected behavior
Should not get the error
Details (please complete the following information):
The text was updated successfully, but these errors were encountered: