Re: Local host not opening

2021-06-16 Thread Rhythm Batra
Hey Thanks for your reply. I forgot to add the database url in the settings.py file. I added that and it worked. But I've got a doubt, now I would be working on local host and if I update the models and execute the "python manage.py migrate" command, would the changes be reflected in the

Local host not opening

2021-06-16 Thread Rhythm Batra
I created a django website and deployed it on heroku and have used aws s3 and amazon RDS Postgres database. Now when i try to run python manage.py runserver in my cmd it gives error - psycopg2.OperationalError: fe_sendauth: no password supplied I have set os.environ.get to name, user, password and