Re: approach on newforms fields for foreign key that can be selected or created

2008-05-06 Thread Dan Conner
Thanks for the input Christian. The question of filtering the Collections for the particular user was one I dealt with, and I recognize your site as one that did help me on that question a few days ago. Now, I want to have two form inputs related to selecting a Collection on a form to create new

approach on newforms fields for foreign key that can be selected or created

2008-05-06 Thread Dan Conner
My models define Item and Collection, where Item has a foreign key set to Collection. On the form to create new Items, I want the user to be able to select from their existing Collections (which is simple to implement) but also be able to not select from their existing Collections, but enter text

Re: empty PATH_INFO with LiteSpeed / FastCGI

2008-01-22 Thread Dan Conner
for now. On Jan 22, 9:45 am, Dan Conner <[EMAIL PROTECTED]> wrote: > I have been setting up a site with LiteSpeed serving Django. the > basics work, but I end up with an error when requestinghttp://mysite.com/. > > TypeError at 'NoneType' object is not iterable at djang

empty PATH_INFO with LiteSpeed / FastCGI

2008-01-22 Thread Dan Conner
I have been setting up a site with LiteSpeed serving Django. the basics work, but I end up with an error when requesting http://mysite.com/. TypeError at 'NoneType' object is not iterable at django/django/core/ handlers/base.py in get_response, line 73. It seems very related to the ticket 3414,