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 indentation lev

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

2019-12-03 Thread Tafadzwa Marshal
make sure the "objects=models.GeoManager()" statement aligns with the statement "location=models.PointField(sid=4326)" On Tue, Dec 3, 2019 at 6:30 AM EMPOWER EXCEL wrote: > PLEASE PUSH ME UP TO CORRECT THIS PROBLEM: > > class Alerts(models.Model): > name = models.CharField(max_length=20