Re: Connecting to postgresql database

2017-05-25 Thread Tom Forbes
Hi Anthony, this mailing list is for the development of Django only. Please post questions like this to django-users or ask in the #django freenode IRC channel, and not in this mailing list. As for your issue: the exception message explains exactly what the issue is. Try running 'pip install

Connecting to postgresql database

2017-05-25 Thread Anthony Njogu
I have been trying to connect my project to postgresql db. my django doesnt understand the 'python manage.py migrate' command and every time I try using syncdb it gives me this error; Traceback (most recent call last): File "manage.py", line 10, in execute_from_command_line(sys.argv)