lemonsaurus / django-simple-bulma

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

Not pulling required CSS #99

Closed andreazonnekus closed 5 months ago

andreazonnekus commented 6 months ago

For some reason the project is not pulling the require css, scss and img when running collectstatic, especially bulma.css.

I have done the following:

  1. Set the correct settings for STATIC_URL, STATIC_ROOT, STATICFILE_FINDERS
  2. Checked django.contrib.staticfiles and django_simple_bulma are in installed apps
  3. Run collectstatic

Top: image

STATICFILES etc image

Pulls all other css and pngs I've uploaded but: image

*This could be a configuration issue on my side

andreazonnekus commented 6 months ago

(Am using Python 3.11 btw)

andreazonnekus commented 5 months ago

Typo on my side!