Re: Another error

2008-07-05 Thread lukas
On Fri, 4 Jul 2008 20:01:29 -0700 (PDT), Leaf <[EMAIL PROTECTED]> wrote: > > I really need to stop making assumptions about Python. Again, I > assumed that the parameters wouldn't be case-sensitive. Most of my > programming experience has been in BASIC and PHP, which aren't quite > as picky. Th

Re: Another error

2008-07-04 Thread Leaf
I really need to stop making assumptions about Python. Again, I assumed that the parameters wouldn't be case-sensitive. Most of my programming experience has been in BASIC and PHP, which aren't quite as picky. Thanks for all your help. Regards, Leaf On Jul 4, 10:56 pm, Malcolm Tredinnick <[EMAIL

Re: Another error

2008-07-04 Thread Malcolm Tredinnick
On Fri, 2008-07-04 at 19:53 -0700, Leaf wrote: [...] > I'm not sure why maxlength.py was invoked at all, since as you can > clearly see I used the newer max_length version. At any rate, it seems > like I need help again. Can anyone explain what this error is, why it > got called, and how to fix i

Another error

2008-07-04 Thread Leaf
After fixing the Style model in Dj Style by replacing all the hyphens with underscores, the syntax checked out completely. I ran manage.py syncdb on it, and it returned this traceback: Traceback (most recent call last): File "C:\django-project\firstsite\manage.py", line 11, in execute_mana