Python

Liveblogging at Confoo: [not just] PHP Performance by Rasmus …

Set error_reporting(-1) in wp-settings.php to catch all warnings — warnings slow you down, so get rid of all errors. PHP error handling is very slow, so getting rid of errors will make you faster. …

See the rest here:
Liveblogging at Confoo: [not just] PHP Performance by Rasmus …

Django tips: Tech Model: auth issue on Windows

Django tips : Tech Model. Monday, March 1, 2010. auth issue on Windows. Hi, I’m trying out python+django 1.1.1 on Windows 7 and I have trouble getting django-registration working. After logging in, request.user is AnonymousUser on …

Original post:
Django tips: Tech Model: auth issue on Windows

Django tips: Tech Model: Re: Django + Varnish. Keepalive?

Django tips : Tech Model. Monday, March 1, 2010. Re: Django + Varnish. Keepalive? On Mon, Mar 1, 2010 at 4:12 AM, Alessandro Ronchi wrote: > 2010/2/25 Alessandro Ronchi : …

Excerpt from: 
Django tips: Tech Model: Re: Django + Varnish. Keepalive?

Django tips: Tech Model: Redundant alterations for every psycopg2 …

Django tips : Tech Model. Monday, March 1, 2010. Redundant alterations for every psycopg2 db connection. Hi,. I have a django-based web application (django 1.1.0) and I encounter some db related issues. (i am using python_psycopg2 and …

Read the original here:
Django tips: Tech Model: Redundant alterations for every psycopg2 …

Blog entry for top 20 django tips

http://blog.ramavadakattu.com/top-10-tips-to-a-new-django-developer.

View post: 
Blog entry for top 20 django tips

Django tips: Tech Model: Re: Django not reading the URLConf (urls.py)

Django tips : Tech Model. Saturday, February 27, 2010. Re: Django not reading the URLConf (urls.py). On Sat, Feb 27, 2010 at 4:05 PM, pizted@gmail.com wrote: Did you delete the .pyc files? Python generates a compiled …

Continued here:
Django tips: Tech Model: Re: Django not reading the URLConf (urls.py)

Django tips: Tech Model: Django not reading the URLConf (urls.py)

Django tips : Tech Model. Saturday, February 27, 2010. Django not reading the URLConf (urls.py). If I update any line on the urls.py, this doesn’t reflect on the server. I can even DELETE the file, and all the urls are still working. …

Read the original:
Django tips: Tech Model: Django not reading the URLConf (urls.py)

Django tips: Tech Model: Django 1.0 admin – no "select all" checkbox

Django tips : Tech Model. Saturday, February 27, 2010. Django 1.0 admin – no “select all” checkbox. Anyone noticed that django 1.0 admin has no “select all” checkbox in every model object view?. Do i have to clear objects in shell if I …

Here is the original post:
Django tips: Tech Model: Django 1.0 admin – no "select all" checkbox

Django tips: Tech Model: Re: Django 1.0 admin – no "select all …

Django tips : Tech Model. Saturday, February 27, 2010. Re: Django 1.0 admin – no “select all” checkbox. On Sat, Feb 27, 2010 at 1:11 PM, Carlos Ricardo Santos wrote: > Anyone noticed that django 1.0 admin …

See the rest here: 
Django tips: Tech Model: Re: Django 1.0 admin – no "select all …

Django tips: Tech Model: Re: "Illegal mix of collations": how to …

Django tips : Tech Model. Saturday, February 27, 2010. Re: “Illegal mix of collations”: how to handle that? On Sat, Feb 27, 2010 at 4:06 AM, jul wrote: hi, when submitting some characters in a charfield of a django …

Read more from the original source: 
Django tips: Tech Model: Re: "Illegal mix of collations": how to …