dynamic search forms

2009-03-05 Thread Christoph Pingel
Hello, this is my first post to the list. Great to work with such a well- designed framework! My question - is there an 'official' way to build dynamic search forms where users can add/remove search criteria? And if not: How would I best deal with search param names that are not initially k

A Semantic Web CMS

2007-04-23 Thread Christoph Pingel
Am 19.04.2007 um 17:56 Uhr schrieb Nicola Larosa: > It looks like they are working mostly on the client side, but > something > tells me that the need for a server side will arise, sooner or > later. It > would be great exploring that side with Django. Interesting discussion. I'm just about

Re: duplicate key value violates unique constraint "django_admin_log_pkey"

2012-09-18 Thread Christoph Pingel
Thanks, this helped me too 2 years later.. :-) On Thursday, October 14, 2010 6:23:37 PM UTC+2, reduxionist wrote: > > On 14 ต.ค. 2010, at 22:24, glob...@iamsandiego.com wrote: > > > Hi Folks, > > > > After updating a postgres db for my django app Iam getting this error > > when I try and save ne

WSGI eating search args?

2011-02-24 Thread Christoph Pingel
My app runs with mod_wsgi behind Apache. A local configuration of the app runs without problems, but behind Apache every call involving GET args results in a HTTP 500 error. The url config is (r'^sem/search/$', 'paragon.sem.views.search'), and in my view, I get the search param with query = requ

Re: WSGI eating search args?

2011-02-24 Thread Christoph Pingel
Thanks, I tracked it down. Nothing to do with WSGI, it's just that SQLite doesn't support REGEXP on the target platform. best regards, Christoph On Feb 24, 12:22 pm, Tom Evans wrote: > > You get a 500 if your view raises an exception. Since you aren't > showing the exception traceback, any adv