You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Django users
What storage class are you using for your static files (setting STATICFILES_STORAGE)? It looks like what ManifestStaticFilesStorage would do... Also make sure that collectstatic is ran when deploying, Heroku does it by default.
Seti Volkylany
unread,
May 13, 2016, 4:53:08 AM5/13/16
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Django users
I solved problem when removed STATICFILES_STORAGE = 'whitenoise.django.GzipManifestStaticFilesStorage' from my deployment settings.
воскресенье, 8 мая 2016 г., 14:32:43 UTC+3 пользователь Seti Volkylany написал: