lemonsaurus / django-simple-bulma

Django application to add the Bulma CSS framework and its extensions
MIT License
137 stars 17 forks source link

Update django_simple_bulma.py #36

Closed krlan closed 4 years ago

krlan commented 4 years ago

No static templatetag in newer versions

lemonsaurus commented 4 years ago

Hey @krlan, thanks for the PR! Do you know if this breaks compatibility with older versions of Django?

Looks like the build is currently failing with this error:

django.core.exceptions.ImproperlyConfigured: You're using the staticfiles app without having set the required STATIC_URL setting.

Could you have a look at this and see if you can get the build passing?

lemonsaurus commented 4 years ago

We merged #38 instead, which seems to have the prefered solution.