HELP HELP FATAL: password authentication failed for user "postgres"

2019-11-29 Thread EMPOWER EXCEL
cqn some body helps me to correct this error while running *python manager.py runeserver * (analyseprotection) flavien@flavien-VirtualBox:~/MyProjects/alertprot$ python manage.py runserver Performing system checks... System check identified no issues (0 silenced). Unhandled exception in thread st

Re: HELP HELP FATAL: password authentication failed for user "postgres"

2019-11-29 Thread EMPOWER EXCEL
thanks On 11/29/19, Integr@te System wrote: > Hi freind, > > check your connection on vm first, and then config > https://docs.djangoproject.com/en/2.2/ref/settings/#std:setting-HOST > > On Fri, Nov 29, 2019, 19:41 EMPOWER EXCEL wrote: > >> cqn some body helps me

ERROR IndentationError: unindent does not match any outer indentation level

2019-12-03 Thread EMPOWER EXCEL
PLEASE PUSH ME UP TO CORRECT THIS PROBLEM: class Alerts(models.Model): name = models.CharField(max_length=20) location = models.PointField(srid=4326) objects = models.GeoManager() self.models_module = import_module(models_module_name) File "/usr/lib/python2.7/importlib/