Alexey Strelkov

Results 50 comments of Alexey Strelkov

@ejconlon thanks! Would really appreciate it

@ejconlon nice find, thanks!

@Koed00 hi! Thanks for the great lib! Is django-q production-ready?

So, did mixpanel just dropped the support for it?

@dopry sorry, no idea, it was two years ago, I don't even remember this case. But judging from the code, they are

> @DataGreed thanks. are you still using fixture magic at all? not a t the moment, I've used it several times to generate test fixture, and I think I'll use...

Sorry, I did not find any solution

Example of generated file with `-c` option set: ```python from locust import HttpLocust, TaskSet, task from locust.clients import HttpSession class MyHttpClient(HttpSession): def put_books_book_id(self, book_id, **kwargs): return self.put("/books/{0}/".format(book_id), name="/books/{book_id}/", **kwargs) def...

I ended up using mutagen and filefield just for that.