Re: ERROR IndentationError: unindent does not match any outer indentation level

2019-12-03 Thread Kasper Laudrup
Hi EMPOWER EXCEL, On 03/12/2019 15.30, EMPOWER EXCEL wrote: File "/home/flavien/MyProjects/alertprot/ZSalertprot/models.py", line 11 objects = models.GeoManager() ^ IndentationError: unindent does not match any outer i

Re: ERROR IndentationError: unindent does not match any outer indentation level

2019-12-03 Thread Tafadzwa Marshal
odule > __import__(name) > File "/home/flavien/MyProjects/alertprot/ZSalertprot/models.py", line 11 > objects = models.GeoManager() > ^ > IndentationError: unindent does not match any outer indentation level > &

ERROR IndentationError: unindent does not match any outer indentation level

2019-12-03 Thread EMPOWER EXCEL
rtlib/__init__.py", line 37, in import_module __import__(name) File "/home/flavien/MyProjects/alertprot/ZSalertprot/models.py", line 11 objects = models.GeoManager() ^ IndentationError: unindent does not match any out

RE: def get_queryset(self): ^ IndentationError: unindent does not match any outer indentation level

2018-05-18 Thread Matthew Pava
ls:results', args=(question.id,))) From: django-users@googlegroups.com [mailto:django-users@googlegroups.com] On Behalf Of Avitab Ayan Sarmah Sent: Friday, May 18, 2018 11:09 AM To: Django users Subject: def get_queryset(self): ^ IndentationError: unindent does not match any outer indentation level W

Re: def get_queryset(self): ^ IndentationError: unindent does not match any outer indentation level

2018-05-18 Thread Avitab Ayan Sarmah
ple a def should be 4 spaces in from its class, a variable >> should be 4 spaces in from its def. >> >> IndentationError: unindent does not match any outer indentation level >> >> On Fri, May 18, 2018 at 9:08 AM Avitab Ayan Sarmah <avita...@gmail.com> >>

Re: def get_queryset(self): ^ IndentationError: unindent does not match any outer indentation level

2018-05-18 Thread Avitab Ayan Sarmah
es or a > tab in. For example a def should be 4 spaces in from its class, a variable > should be 4 spaces in from its def. > > IndentationError: unindent does not match any outer indentation level > > On Fri, May 18, 2018 at 9:08 AM Avitab Ayan Sarmah <avita...@gmail.com > >

Re: def get_queryset(self): ^ IndentationError: unindent does not match any outer indentation level

2018-05-18 Thread James Farris
that is nested inside something else should be 4 spaces or a tab in. For example a def should be 4 spaces in from its class, a variable should be 4 spaces in from its def. IndentationError: unindent does not match any outer indentation level On Fri, May 18, 2018 at 9:08 AM Avitab Ayan Sarmah

def get_queryset(self): ^ IndentationError: unindent does not match any outer indentation level

2018-05-18 Thread Avitab Ayan Sarmah
quot;, line 655, in _load_unlocked File "", line 678, in exec_module File "", line 205, in _call_with_frames_removed File "C:\Users\AVITABAYAN\mysite\polls\urls.py", line 3, in from . import views File "C:\Users\AVITABAYAN\mysite\polls\views.py",

Re: unindent does not match any outer indentation level

2016-07-05 Thread Fred Stluka
Deepak, The error: "unindent does not match any outer indentation level" means that you have a line of code that is less indented than the immediately previous line, but is not lined up with any line before that.  In your case, it's

unindent does not match any outer indentation level

2016-07-05 Thread deepak manupati
am getting unindentation error can any one fix my problem File "/home/deepak/Desktop/ecommerce-2/src/products/models.py", line 31 def get_absolute_url(self): from django.core.urlresolvers import reverse from django.db import models class ProductQuerySet(models.query.QuerySet):

Re: unindent does not match any outer indentation level

2009-03-05 Thread emonk
, >> I have a form model, and i cant find any error in syntax, however the >> browser report this execption >> "IndentationError at /brou/ >> >> unindent does not match any outer indentation level (forms.py, line 178) >> >> Request Method: GET Reques

Re: unindent does not match any outer indentation level

2009-03-05 Thread emonk
t /brou/ > > unindent does not match any outer indentation level (forms.py, line 178) > > Request Method: GET Request URL: http://localhost/brou/ Exception Type: > IndentationError Exception Value: > > unindent does not match any outer indentation level (forms.py, line 178

unindent does not match any outer indentation level

2009-03-05 Thread emonk
HI, I have a form model, and i cant find any error in syntax, however the browser report this execption "IndentationError at /brou/ unindent does not match any outer indentation level (forms.py, line 178) Request Method: GET Request URL: http://localhost/brou/ Exception Type: Indentation