Re: Django and Rails

2014-05-29 Thread WongoBongo
Try the tutorial and if you like it then stick with Django. Also, go and meet other python developers. Meetup is good for finding local groups. There might also be an active SIG nearby. K On Wednesday, May 28, 2014 8:55:58 PM UTC-7, Enrique Shadah wrote: > > Hi all, > > These are just two limit

Re: Django queryset csv encode

2014-05-25 Thread WongoBongo
> import locale >>> locale.getdefaultlocale()[1] 'UTF-8' >>> K On Sunday, May 25, 2014 10:24:36 PM UTC-7, hito koto wrote: > > Hi, > > I'm try tha's but results: > >>> b'\xe5\x93\x88\xe6\x96\xaf\xe6\x9c\x9d\xe9\xad\xaf'

Re: Revisit Django trunk and Python 2.6

2009-05-25 Thread wongobongo
I had no prob. running trunk on Py2.6. I ended up going back to Py 2.5 because the Google App Engine environment is still running 2.5 (that's where my latest app is going). See... http://code.google.com/p/googleappengine/issues/detail?id=1159 K On May 24, 12:21 am, Kegan wrote: > I am always