Re: uWSGI documentation

2011-05-19 Thread is_null
Thanks Roberto for your feedback. The text seems ready so i created a ticket: http://code.djangoproject.com/ticket/16057 Again, any positive feedback and/or violent flames are welcome. James -- You received this message because you are subscribed to the Google Groups "Django developers"

Re: RFC: Composite fields API

2011-05-19 Thread Michael P. Jung
About one year ago I wrote a CompositeField implementation, which I proposed as a clean way of grouping fields together, while making it easy to reuse that composition of field: https://bitbucket.org/mp/django-composite-field It's a slightly different approach and is centered around defining a

Re: how to save image in postgreSQL database

2011-05-19 Thread ramnivas indani
ok sorry -- You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send email to django-developers@googlegroups.com. To unsubscribe from this group, send email to django-developers+unsubscr...@googlegroups.com. For more

Re: Test optimizations (2-5x as fast)

2011-05-19 Thread Hanne Moa
On 18 May 2011 01:46, Erik Rose wrote: >> Is there a sensible to way "copy" databases in SQL? > > SQL 2003 introduced CREATE TABLE x LIKE y for cloning the schema of a table. > It's supported in MySQL at least. You could then do a bunch of INSERT INTO > ... SELECTs if you

Re: how to save image in postgreSQL database

2011-05-19 Thread Karen Tracey
Please ask questions about how to use Django in the django-users group; this group is for discussion of the development of Django itself. Karen -- You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send email to

how to save image in postgreSQL database

2011-05-19 Thread Ram
Hello everyone i am new to python and Django learning it for college project in which i want to save image in postgreSQL database which i am sending from my URL, please help me with that i will be thankful to all of you -- You received this message because you are subscribed to the Google Groups