- Package version: django-bootstrap-customizer = "^0.1.3"
- Django version: 2.2
- Python version: 3.7.4
- Operating System: WSL / Ubuntu 18.04
- Env: Pyenv, poetry, postgres
Description
Trying to use bootstrap customizer in my app. I expected bootstrap customizer to run without errors out of the box. It looks like it needs a fixture and some initial data to work properly.
What I Did
Install the bootstrap customizer app
The error
File "/home/nautel/.cache/pypoetry/virtualenvs/fosscred-py3.7/lib/python3.7/site-packages/bootstrap_customizer/templatetags/bootstrap_customizer.py", line 11, in bootstrap_theme_css_above_the_fold
bootstrap_theme = context['request'].bootstrap_theme
AttributeError: 'WSGIRequest' object has no attribute 'bootstrap_theme'