Posts Tagged ‘ dict-or-list ’

Django tips: Tech Model: Django Sum all values with a distinct …

March 29, 2010
By

Django tips : Tech Model. Sunday, March 28, 2010. Django Sum all values with a distinct ForeignKey ID & zip them with fields from related table. I would like to perform something similar to ...

Read more »

Django tips: Tech Model: Re: Django and Tornado web server

March 29, 2010
By

Django tips : Tech Model. Sunday, March 28, 2010. Re: Django and Tornado web server. On Mar 29, 7:12 am, nameless wrote: > Hi at all, > I need to create a high performance comet chat for my college project. ...

Read more »

Django tips: Tech Model: mapping django import tree?

March 29, 2010
By

Django tips : Tech Model. Sunday, March 28, 2010. mapping django import tree? It was only recently that I finally learned how Etags work in Emacs and made myself a tags file for Django's source code -- now that I'm 4/5 of ...

Read more »

Django tips: Tech Model: download html django docs

March 28, 2010
By

Django tips : Tech Model. Sunday, March 28, 2010. download html django docs. hi everyone, quick question: is it possible to download the django docs in html somewhere so that i don't have to use the rest text ones when i'm developing ...

Read more »

Django tips: Tech Model: Re: download html django docs

March 28, 2010
By

Django tips : Tech Model. Sunday, March 28, 2010. Re: download html django docs. Hi,. take a look here: http://solutions.treypiepmeier.com/2010/01/10/local-django-documentation/. Benjamin. Am 28.03.2010 23:24, schrieb Django Grappelli: ...

Read more »

Django tips: Tech Model: Django and Tornado web server

March 28, 2010
By

Django tips : Tech Model. Sunday, March 28, 2010. Django and Tornado web server. Hi at all, I need to create a high performance comet chat for my college project. I have found Tornado that is a non-blocking webserver used by ...

Read more »

Re: New User – Writing your first Django app part 1 crashed

March 27, 2010
By

Are you sure that the postgres driver of your jython is installed ? Le 27 mars 2010 à 01:52, Paul Harouff a écrit : > On Fri, Mar 26, 2010 at 6:26 PM, Karen Tracey > wrote: ...

Read more »

Django tips: Tech Model: Re: problems with get_or_create

March 27, 2010
By

Django tips : Tech Model. Friday, March 26, 2010. Re: problems with get_or_create. thanks for the detailed reply - I now understand the issue. And yes, I did read the documentation, but did not absorb it properly. Use of pyscopg1 is due ...

Read more »

Django tips: Tech Model: Re: hidden fields not cleaned

March 23, 2010
By

Django tips : Tech Model. Tuesday, March 23, 2010. Re: hidden fields not cleaned. oh, great, you were right, thank you. "Validation errors are hold back until the clean method returns the cleaned_data dict." ...

Read more »

Django tips: Tech Model: Re: Signals in Django

March 19, 2010
By

Django tips : Tech Model. Friday, March 19, 2010. Re: Signals in Django. > Is it possible to get real signals into Django processes? I have > several processes that collect data for analysis, so they run a long > time normally. ...

Read more »