I've added the django-settings-export template context processor to where it needs to be. This is needed for analytics to actually be rendered in the template when ANALYTICS_ENABLED = True. Without it, that variable always evaluates to false and the result is the analytics code is not shown.
Fixes #366
I've added the django-settings-export template context processor to where it needs to be. This is needed for analytics to actually be rendered in the template when
ANALYTICS_ENABLED = True
. Without it, that variable always evaluates to false and the result is the analytics code is not shown.