Erick Delfin
Erick Delfin
`dt.strftime('%s')` doesn't work on Windows systems (`ValueError: Invalid format string`) due to `%s` being a Unix-based system only compatible string format for datetimes. Using `timestamp` introduced in Python 3.3 is...
On `conduit.apps.articles.serializers` I noticed that the `CommentSerializer` is defined twice, with the only difference between them being: ``` def get_favorited(self, instance): request = self.context.get('request', None) if request is None: return...
Thank you for this awesome theme. Its part of my everyday workflow (and many others, I'm sure). I figured it'd be nice if there could be additional option/s to, for...
Add more examples and quick use cases of different mirrored classes from Django that add functionality to testing.
Is this still being maintained? By the looks of it, it isn't even being looked at. I've been wanting to send a few PR's to update to newer versions, etc....
Hi there, thank you for doing this. I've been testing this out in dev for a few days now and decided to implement this in a personal page I have...
This is fully functional and awesome using Pillow and the default settings, but what would the process for integrating this with AWS S3? Whenever I try to display the images...
Please explain below why you think this comment should be deleted. ### Reported Comment - question: Form Libraries - comment ID: NB6hmjNmPxIeoojn1T0NL - comment: > All React Stuff is the...