0

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

Teshie Ethiopia
  • 586
  • 8
  • 27

2 Answers2

1

The contents in the databases are not identically the same if you have not synced those databases yet. You might find this thread useful.

gunsodo
  • 175
  • 1
  • 10
1

Just Visit

https://mysite.herokuapp.com/admin/

Dont need to do anything.

Rajat Jog
  • 197
  • 1
  • 10