ENGINE': 'django.db.backends.postgresql_psycopg2',
        'NAME': 'knapds',
        'USER': 'system',
        'PASSWORD': 'password',
        'HOST': 'localhost',
        'PORT': 5432,


Install pgadmin and run with the  setup with the credentials above
Make sure the it running the apply the migrations
The error is from the port number

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CAEdj-JFtG3Yx4D0TvjTGjMTJJeZ-pquJ9CF5D0EHoMdjgULkhQ%40mail.gmail.com.

Reply via email to