jrief / django-angular

Let AngularJS play well with Django
http://django-angular.awesto.com/
MIT License
1.23k stars 294 forks source link

Fix: When running test, errors like 'TemplateSyntaxError: 'sekizai_ta… #275

Closed adrienbrunet closed 7 years ago

adrienbrunet commented 7 years ago

…gs' is not a valid tag library:'

It's the first time I encounter this error running the tests. Adding sekizai in the settings fixes it.

What Am I missing? @jkosir @jrief

adrienbrunet commented 7 years ago

Closing this. Support for django110 fixes that.