Recently, I discovered the templatetags {% add_data ... %} and {% with_data ... %} in django-sekizai.
They make the django-angular's own sekizai_processor obsolete. Instead one can achieve the same functionality with better configuration support using these two tags. Therefore, in django-angular-1.2 I will remove them.
Recently, I discovered the templatetags
{% add_data ... %}
and{% with_data ... %}
in django-sekizai.They make the django-angular's own
sekizai_processor
obsolete. Instead one can achieve the same functionality with better configuration support using these two tags. Therefore, in django-angular-1.2 I will remove them.