URL Routing in the Admin App

2012-04-12 Thread jws
My sad story- I have inherited an app developed by a third party that I am deploying and I'm having strange issues with it. The last known working configuration was lost when a virtual host was inadvertently destroyed. The specific problem is that the admin app is not creating urls to pages correc

Restrict form selections to subset of all data?

2007-02-16 Thread jws
I want to create a basic data entry form where the selection options are constrained to some subset of all the data. For example, a salesman may only want to be shown the prospects in his sales territory, not all prospects. Assuming I can get the limiting values by url parameters or post variables

Re: Django not working with FCGI

2006-08-15 Thread jws
Or you are going through some sort of load-balancer to servers that configured differently. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@goo

Re: Django not working with FCGI

2006-08-12 Thread jws
First of all, If you read the last few lines, It looks like you don't have the Mysql package loaded in python. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email

Frameworks, Documentation and the Joy of Django

2006-08-12 Thread jws
Partially inspired by the discussion at http://www.jrandolph.com/blog/?p=45 regarding evaluating frameworks, I'd like to make an observation. Within the Python web framework ecosystem(and I mean for ecosystem to imply a mind-bendingly complex system of interconnected parts) we don't really 'get'

filters in admin

2006-07-29 Thread jws
Is it currently possible to create filters in the admin interface that limit the displayed itemsby a criteria applied to a datefield? As an example, if a user model has datefields to indicate start and end dates of their site membership, I'd like to create a filter to only show 'current memb

need help deciphering a traceback

2005-11-11 Thread jws
In the new admin app, some of my object types generate a traceback when I get to the view where I actually alter the values in the fields. I think one of the fields in that model does not have a proper _repr_ string. How can I isolate the problem? Traceback below... There's been an error: Traceb

Re: question / suggestion for one to many fields

2005-11-05 Thread jws
And, obviously, you must have a current release. I'm not sure when that feature started. Every time I sync up, there's 'New Stuff' to look at.