pinax / pinax-theme-bootstrap

A theme for Pinax based on Twitter's Bootstrap
Other
268 stars 136 forks source link

Document error in Chapter Getting Started. #141

Open dequn opened 6 years ago

dequn commented 6 years ago

The document show us

Add django.core.context_processors.request and pinax_theme_bootstrap.context_processors.theme to your TEMPLATE_CONTEXT_PROCESSORS to ensure the user selector and site name work correctly.

That django.core.context_processors.request may should be django.template.context_processors.request and it's added default by Django(start from django-admin startproject cli).

Diango version: 2.0.5

anis-agwan commented 4 years ago

Is this issue still open?