Re: Type error: Cannot resolve keyword 'name' into field

2008-07-05 Thread roj
the following link might be helpful http://django.freelancernepal.com/topics/errors/ Cheers! On Jul 4, 11:02 pm, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > I'm having troubles with an admin portion. I am brand new at django, > so any help would be greatly appreciated. I am trying to make a

Re: CheckboxInput unchecked at formload

2008-07-01 Thread roj
what if you make default true for that form field. Cheers! Django Errors, Django Tutorials, Django Blog http://django.freelancernepal.com On Jul 1, 5:37 pm, Brian Luft <[EMAIL PROTECTED]> wrote: > Yes there is a way :) > > However, in order for us to help you, it will probably be necessary

Re: little problem with the django template language

2008-06-19 Thread roj
Hi, If you are trying to compare url string then use request.path which will give you URL and split by "/" is that work for you? Cheers! Roj Django Debugging Resource http://django.freelancernepal.com On Jun 19, 6:50 pm, mark <[EMAIL PROTECTED]> wrote: > Hi, > >