Also, this can often mean that you've inadvertently mixed tabs and spaces. If there's no obvious indentation error, check to see if your text editor or whatever has a 'cleanup' command, or a tabs-to-spaces/ spaces-to-tabs command. Running that often clears up these glitches.
That's a heck of a views file you've got there. E On May 19, 2008, at 8:35 PM, Petar wrote: > > Indentation means your Python code isn't formatted properly. I > recommend you to read this: > > http://docs.python.org/ref/indentation.html > > > On 19 mei, 14:29, coco <[EMAIL PROTECTED]> wrote: >> Hi list, >> >> IndentationError >> unindent does not match any outer indentation level (views.py, line >> 681) >> Request Method: GET >> Request URL:http://www.magicparis.com/webs/ >> Exception Type: IndentationError >> Exception Value: unindent does not match any outer indentation level >> (views.py, line 681) >> Exception Location: /usr/lib/python2.4/site-packages/django/core/ >> urlresolvers.py in _get_callback, line 125 >> >> what's wrong with views.py? > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---