i dunno though, this is just general troubleshooting the problem, i may be way off base, i dont use bower for anything, but, I would try looking there, as the whitenoise site doesn’t seem to have a lot in respects to fixing something like this
so, question for you from earlier
avri: what do you mean by this: it works with django's staticfile app when DEBUG is set
does whitenoise work fine with debug set to true, but, not when its set to false?
or, were you just saying that your staticfile app works
fikka joined the channel
avri
If i unset DEBUG, django's staticfiles won't be served - I need to handle them myself using a web-server
WhiteNoise is supposed to do that
JuanDaugherty joined the channel
everything works fine with django's staticfiles app, during DEBUG.
it uses django-compressor and calls sassc to compile the .scss files in runtime
sash_
joshbright: m( I had the login route in 2 different paths and I worked at the wrong one …
joshbright
sash_: so did you get it working then?
sash_
yes :D
Just subclass the form, change the error messages, done
joshbright
avri: yeah, i’m not too sure what could be the issue =(
sash_: ah yeah that sounds about right, glad to hear its working!
avri
thanks anyway :)
throughouts has quit
jarshwah_ joined the channel
throughouts joined the channel
fikka has quit
BigJono joined the channel
READ10 joined the channel
joshbright has quit
rkj has quit
jarshwah has quit
om_henners joined the channel
jarshwah_ has quit
JustASlacker has quit
BigJono has quit
throughouts has quit
geekodour08 joined the channel
chasonchaffin joined the channel
csotelo_at_work has quit
zeus1 joined the channel
chasonchaffin has quit
throughouts joined the channel
so I got it to work when commenting out COMPRESS_STORAGE
I had it set to be equal to STATICFILES_STORAGE
which was set to 'whitenoise.storage.CompressedManifestStaticFilesStorage'