Skip to content
Snippets Groups Projects
Commit 8e18865f authored by Bryan BRANCOTTE's avatar Bryan BRANCOTTE
Browse files

indicate in context if is_debug

parent 04bc1372
No related branches found
No related tags found
No related merge requests found
Pipeline #41404 passed
import logging
from django.conf import settings
from django.core.cache import cache
from basetheme_bootstrap.templatetags.basetheme_bootstrap import basetheme_bootstrap_template_if_not_redefined
......@@ -12,6 +13,7 @@ def processors(request):
return dict(
basetheme_bootstrap_base_template=get_basetheme_bootstrap_base_template(),
pref=get_user_preferences_for_user(None if request.user.is_anonymous else request.user),
is_debug=settings.DEBUG,
)
......
......@@ -7,7 +7,7 @@ readme = open('README.rst').read()
setup(
name='django-basetheme-bootstrap',
version='0.2.46',
version='0.2.47',
description='Django Basetheme Bootstrap',
long_description=readme,
author='Bryan Brancotte',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment