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
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
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
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,
4 matches
Mail list logo