João Miguel Neves
João Miguel Neves
I changed the way the cache busting works in a way that prevents this duplication: https://github.com/Leftfield/django-media-bundler/commit/66af89ecebae20d1dbeeeefb1c2538bc4cc8dc28 Feel free to pull.
I changed the behaviour to avoid the file copies and maintain the cache busting behaviour: https://github.com/Leftfield/django-media-bundler/commit/66af89ecebae20d1dbeeeefb1c2538bc4cc8dc28 Feel free to pull.
I did some changes, particularly adding pip and showing the variable names that could have helped you out (DEFER_JAVASCRIPT and USE_BUNDLES) as I had the same problems: https://github.com/Leftfield/django-media-bundler/commit/2c9ad893b2077f8b2f51cd2b9ee167522646afe9
No idea, but I'm using it in a project, and I'm going to publish at least a fix in https://github.com/Leftfield/django-media-bundler today.
I hit this same problem and solved it by adding a `deconstruct()` method to remove the non-serializable fields to the class ImageWithThumbsField: ``` def deconstruct(self): name, path, args, kwargs =...
Cool, this goes ahead with a part of my todo-list of defining transactions :). I'll pull it tomorrow, probably to a new branch, while I adapt the code for the...
Do you see the time when you access /dev/?
Was that with zappa update or zappa deploy?
Oh, sorry, now I understand your question. Yes, we don't have support for provisioning yet. I don't see a way it could work with versions unless it's defined on the...
Thank you, I had mistaken it as a bug report, hence my initial confusion. Makes sense to me.