Re: UnicodeEncodeError: 'ascii' codec can't encode characters in position,,, on handling serialized post data

2016-03-24 Thread Stephen J. Butler
What happens if you don't pass POST['f'] through unquote first? I don't believe that should be necessary. return QueryDict(request.POST["f"]) On Thu, Mar 24, 2016 at 2:57 PM, Paul Bormans wrote: > I have been puzzled for some time now on a UnicodeEncodeError exception > that i get when unicod

UnicodeEncodeError: 'ascii' codec can't encode characters in position,,, on handling serialized post data

2016-03-24 Thread Paul Bormans
I have been puzzled for some time now on a UnicodeEncodeError exception that i get when unicode characters are getting posted to the server. After testing several options i can work around the exception but it does not feel right so i thought to post the issue + the solution that seems to work

Django, uwsgi, gevent, Pymongo

2016-03-24 Thread Web Architect
Hi, We have a live site running on Django and uwsgi. Pymongo is being used in the application for MonogoDB. uwsgi is being used to run the Django application. As per Pymongo docs, it has been suggested to use Gevent monkey patching: https://api.mongodb.org/python/current/examples/gevent.html

Re: Mobile eCommerce with Django

2016-03-24 Thread m1chael
You might be able to tailor Saleor to fit your needs. https://github.com/mirumee/saleor On Wed, Mar 23, 2016 at 8:03 PM, Jordan Koncz wrote: > I'm working on a Django back-end that provides an API (using Django REST > Framework) for a mobile app. I'm looking to add eCommerce functionality to

Re: DjangoCon US 2016

2016-03-24 Thread Russell Keith-Magee
The complimentary ticket for speakers is new for DjangoCon US this year - it’s the first year that *all* speakers have been guaranteed a free ticket. Complimentary speaker tickets have existed for DjangoCon Europe and AU in some years, and DjangoCon US has given free tickets to speakers as a priori