bookwyrm-social / bookwyrm

Social reading and reviewing, decentralized with ActivityPub
http://joinbookwyrm.com/
Other
2.17k stars 255 forks source link

Fix CSS path prefix when S3 storage is used #3384

Open lo48576 opened 3 weeks ago

lo48576 commented 3 weeks ago

Are you finished?

Linters

Tests

What type of Pull Request is this?

Does this PR change settings or dependencies, or break something?

Details of breaking or configuration changes (if any of above checked)

Description

django-sass-processor 1.4 looks up OPTIONS using sass_processor instead of staticfiles. Add sass_processor field to STORAGES config, in order to let django-sass-processor 1.4 look up the OPTIONS. This change will fix CSS path to have /static prefix.

Documentation