I just deploy my first Django Rest Framework into Heroku. Site URL is https://mysite.herokuapp.com/
I already can access admin site using http://127.0.0.1:8000/
through created superuser account.
But How I am gonna access the admin site using the deployed url?.
Thanks