Miroslav Shubernetskiy

Results 109 comments of Miroslav Shubernetskiy

interesting. didnt know that. thanks @shosca not sure how that can be handled since `first_item` is not a mocked instance. perhaps `UnifiedAlchemyMagicMock` can loop over all given data and mock...

I think SSL falls out of the scope of this library so closing

Im not against adding SSL support however I think if anybody is serious about security, they should rather use nginx or something better suited for SSL with much more comprehensive...

Guess your use case makes sense, especially if you try to use something like django-secure. Any idea how to add support for SSL however make it very **CLEAR** that SSL...

That's ok. Just had a neat idea how to do it and yet make it dumb proof obvious that SSL is not for production. Will try to do it this...

Completely forgot. Thanks for reminding. Will take a look soon.

Did you ever get the SSL server running? Was trying to do this now and cant get the SSL server running: ``` ❯❯❯ curl https://localhost:8888/admin -I --insecure curl: (35) Server...

Cant figure out what is going on. I committed my changes in case you want to take a look. https://github.com/miki725/django-gevent-deploy/blob/develop/django_gevent_deploy/management/commands/rungevent.py#L134-L149 So far Im starting to get feeling that its not...

just updated description with a sample traceback However I dont think I will be looking into this. Will probably stop Django support for this library `django

A while back when I was new in Django it took me couple of days to get the CSRF working with the uploader so I created this repo to help...