Szymon Pyżalski

Results 4 comments of Szymon Pyżalski

Even if you run django in several threads (with gunicorn e.g.), this is still a suboptimal strategy to call django from django. You should rather simply copy the existing POST...

@oliver-zhou It would be great to pull this into 1.0 branch. The 2.0 needs to be refactored so there is no point in waiting with it.

In this case, we should remove the `Origin` tag from the dropdown list and add a big fat warning if someone is trying to set this tag manually. I just...

Ok, in fakt split('&') was wrong. I used urlparse now and it works for me.