thenewguy
thenewguy
I need this feature and I have been looking at ways to implement it. Would you accept a pull request that makes it possible for implementation specific shipping methods that...
Any tips on how you would accomplish this with `write_videofile` using `ffmpeg_params` so that the file written to disk is rotated without relying on rotation metadata without modifying the referenced...
related https://github.com/Zulko/moviepy/issues/249
You can call your templates anything you like. Django doesn't require the html extension. A simple solution if you want to handle it all inside the template - try django...
Also (untested) you would probably write your snippet like this instead if you wanted to apply premailer that way: ``` {% extends "newsletter/message/message.html" %} {% load static premailer %} {%...
URL_PREFIX is another one that would be nice to be passed as an environment variable
I see there is an [expected failure for this](https://github.com/globocom/m3u8/blob/b99fce0739f57d9b020c44f5ebae1727eee5f225/tests/test_strict_validations.py#L29) - is that because it will not be fixed or that it is waiting implementation?
I am hitting this too. Have you solved the problem?
Some how for me it appears that the base class is being saved. Then an exception occurs during creating the child. And the base class stays in the database but...
or perhaps the child class is being deleted and the base class is not. But some how the base class exists without a child references. I am verifying this in...