lemonsaurus / django-simple-bulma

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

AttributeError: 'Settings' object has no attribute 'BULMA_SETTINGS' #12

Closed oguzhanogreden closed 5 years ago

oguzhanogreden commented 5 years ago

It seems the case where BULMA_SETTINGS is not defined is not handled well.

Perhaps consider:

Otherwise, the app enabled me to set up Bulma with great ease, thanks! 🎉

lemonsaurus commented 5 years ago

mm, that's a good point. The latter would be far better, I'll have a go at that. Thanks for making an issue!

lemonsaurus commented 5 years ago

@oguzhanogreden Solved in v1.1.1, which is live now at https://pypi.org/project/django-simple-bulma/.