We are currently experiencing an issue with the Django compressor: We have 
an app that has forms.py and its media assets from the forms.py won't 
update in the frontend django template (only stuff inside the django 
compress tag won't update). This problem came about when we initially 
included external files in the static files media asset in forms.py, but 
that lead to problems with django compressor not being able to compress and 
access via our Cloudfront CDN. We changed that and now, it's stuck there, 
meaning it won't refresh with our newer local static files (we changed 
external file links to local static in the Media class inside forms.py). We 
have flushed our Redis node, done cloudfront invalidations, compressed 
again, collectstatic, terminated and started new instance within 
elasticbeanstalk. Has anyone had experience a similar issue and / or has 
any solutions? Many Thanks!!

Our architecture:
Elasticbeanstalk. (amazon's linux ec2 instance, python)
RDS (postgres database)
Elasticache (Redis)

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/e7c32975-a0d8-4254-bbaf-42d502b9a47b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to