python - How can I get my Django admin styles to load? -


i'm using django 1.8 static files , using django-offsite-storage.

when browse django admin in browser on local machine it's requesting css file /admin/css/base.css s3 bucket without hashed version. want use hashed file name version because that's get's uploaded s3 bucket.

i've tried switching debug = true or false, neither trick.

how can on local machine?

the reason admin styles weren't loading because had debug = true in different settings file main settings file (which had debug = false).


Comments

Popular posts from this blog

Android : Making Listview full screen -

javascript - Parse JSON from the body of the POST -

javascript - How to Hide Date Menu from Datepicker in yii2 -