Re: how to czeck a field

2005-08-28 Thread Robin Munn
id-way down the page of http://www.djangoproject.com/documentation/templates/ for more details. -- Robin Munn [EMAIL PROTECTED] GPG key 0xD6497014

Re: Generic Views - TemplateDoesNotExist Error

2005-08-21 Thread Robin Munn
cute bit on the directory. -- Robin Munn [EMAIL PROTECTED] GPG key 0xD6497014

Re: Adding Record Problem

2005-08-19 Thread Robin Munn
nt to specify the primary key yourself each time. As others have mentioned, if you really want an auto-incrementing field, the best solution is to just not define any primary key at all; then Django will create an AutoField named "id" for you, and you won't have to worry about getting its definition right. -- Robin Munn [EMAIL PROTECTED] GPG key 0xD6497014

Re: {% ifnotequal %} string compare

2005-08-17 Thread Robin Munn
t; Am I misunderstanding this tag? I think the ifnotequal tag is case-sensitive. Try "core" instead of "Core". -- Robin Munn [EMAIL PROTECTED] GPG key 0xD6497014

Re: mod_python error

2005-08-15 Thread Robin Munn
red hosting environment... :-( That's when you start looking at solutions like FastCGI. More information on various different server arrangements is over at http://code.djangoproject.com/wiki/ServerArrangements if you're interested. -- Robin Munn [EMAIL PROTECTED] GPG key 0xD6497014

Re: Schema Updates

2005-08-06 Thread Robin Munn
t handle schema updates at all yet; at the moment, you have to handle them yourself. The problem is being worked on, though: see http://code.djangoproject.com/ticket/12. If you have any ideas to contribute, that would be the appropriate place to add them. -- Robin Munn [EMAIL PROTECTED] GPG key 0xD6497014