fusionbox / django-pyscss

Makes it easier to use PyScss in Django
https://pypi.python.org/pypi/django-pyscss
BSD 2-Clause "Simplified" License
19 stars 13 forks source link

Define django template backend #43

Closed thomasgoirand closed 5 years ago

thomasgoirand commented 8 years ago

django.template.backends.django.DjangoTemplates must be defined with the APP_DIRS set to True for the unit tests to work with Django 1.10.

rockymeza commented 8 years ago

Hi @thomasgoirand, just to make sure, you are trying to run the tests right? Right now the tox.ini doesn't run the tests on Django 1.9 or 1.10 maybe it would be good to add those to the tox.ini as well.

There is a problem though, the tests are broken for an unrelated reason. I think it's due to a new version of django-compressor. See #44 for more details.