Python manage.py migrate failed
Created a database in aws.amazon.com, edited the setting.py file in my django project, tried to migrate in the virtual environment and got error message which include as stated below:
port 5432 failed: Connection timed out (0x0000274C/10060) Is the server running on that host and accepting TCP/IP connections?
Where did I get it wrong?
typed "python manage.py migrate" and expected the setting.py changes made to connect my django project to database created on aws.amazon.com