I have deploy a Django web application on Heroku.
- How can I get the database link to that web application which is deployed on Heroku?
- Once I get that database, then how can I link that database to my new Django project?
Basically, I want to do this because we need to change the URL of the web application deployed on Heroku. If there is any other way via which we can do then please let me do.
Thanks in advance.