django-cms / django-sekizai

Django Template Blocks with extra functionality

Home Page:https://django-sekizai.readthedocs.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Usage clarification

prologic opened this issue · comments

Could you please clarify:

Use one of the following:

  • Put sekizai.context_processors.sekizai into your TEMPLATE_CONTEXT_PROCESSORS setting and > use django.template.RequestContext when rendering your templates.
  • Use sekizai.context.SekizaiContext when rendering your templates.

Is this an "or" use here? Do one or the other?

fixed in 50d5a23