Re: CSRF changes - backwards incompatible

2009-10-27 Thread TheMaTrIx
I fixed the django-pages-cms app by adding the csrf token tags into the POST forms in the apps admin pages. On 27 okt, 15:36, Luke Plant wrote: > On Tuesday 27 October 2009 13:30:42 TheMaTrIx wrote: > > > I don't understand something here. csrf is stated to be a option >

Re: CSRF changes - backwards incompatible

2009-10-27 Thread TheMaTrIx
I don't understand something here. csrf is stated to be a option that needs to be enabled if you wish to use it for views, yet I just ran a trunk sync and boom, django-pages-cms is busted, without me enabling anything. Is it an always on feature or is something funky? On 27 okt, 14:17, Luke Plan

RE: How to interpret the performance difference: Tornado vs Django

2009-10-06 Thread TheMaTrIx
Behalf Of Kenneth Gonsalves Sent: dinsdag 6 oktober 2009 10:42 To: django-developers@googlegroups.com Subject: Re: How to interpret the performance difference: Tornado vs Django On Tuesday 06 Oct 2009 1:53:44 pm TheMaTrIx wrote: > I have a nack for optimizing PHP Webservers what is a

RE: How to interpret the performance difference: Tornado vs Django

2009-10-06 Thread TheMaTrIx
A server mainly needs to be stable and you only need to start pushing for that 1% more performance when your servers load is over the edge. You can create bottlenecks with misconfiguration, but to misconfigure something, just means you didn't follow the guidelines to establish a basic configuration

Re: George Carlin comedy

2008-07-13 Thread TheMaTrIx
Bah, exploiting the death of a comedy genious and true patriot like this. I shit on you spammers. 2008/7/13 mangaboy008 <[EMAIL PROTECTED]>: > > George Carlin comedy > > George Carlin comedy, movies, pictures, wallpaper, download > > http://english1.isoshu.com > > > --~--~-~--~~

Re: Reason for autoindexes_primary_keys?

2007-10-03 Thread TheMaTrIx TheMaTrIx
To my knowledge MySQL has always created indexes for primary and Unique's automaticly. This probably being the reason why it doesn't need that option to be set in the mysql db backend. --~--~-~--~~~---~--~~ You received this message because you are subscribed to th