Tomasz Król

Results 15 comments of Tomasz Król

I had conflict with my own parameter name 's'. Workaround: when I changed it to other letter, now it works as expected, eg. can invoke `python manage.py tenant_command mycommand -myparam...

Yeah, I want to. Just got some busy days recently.

You can shorten it to what the command do: ``` self.post_001 = Post.objects.create( title="Hello world", content=json.dumps({"delta": "", "html": "your_content_here"}), category=self.category_programming, author=self.user_trump ) ```

Hey, I would love to merge this feature, but need help to make tests. Anyone?

Hi. Any progress planned for this issue? It really prevents me from using search which results in big difficulty to get facts from the logs.

Ok, how to run the test locally?

ready to go: documented & tested :)

Added a dirty thing: sending results, which I need to get after sms was sent (there is provider id of the message, status, etc) ``` message.send_results = self.client.sms.send( to=recipient, message=message.body...

What if we add to the Message class a property called, say: 'raw_results' Then any backend implementation can include it's own send result there, but the interpretation is transferred to...

Let's try it - you can get my code, add yours and we will see :)