So, in my django application, I run a task that will request api some data in json form.
to get this data, I need to specify the IP address from which the requests will come (my heroku application)
how can I get the ip address in which my heroku application will request from
python django heroku
Francis chang
source share