jdfergusson / ReChorder

Chord display
Apache License 2.0
2 stars 0 forks source link

Compressor isn't stored properly in the settings file #108

Open jdfergusson opened 12 months ago

jdfergusson commented 12 months ago

Had to add this to get it to work:

COMPRESS_PRECOMPILERS = (
    ('text/x-scss', 'django_libsass.SassCompiler'),
)
jdfergusson commented 12 months ago

Also worth checking how this will work in production