I have hosted React app to be served as default application on "/" and it works fine. But when I am trying to access admin panel, I am getting following error.
Page not found (404)
Request Method: GET
Request URL: http://localhost:8000/admin
Raised by: django.views.static.serve
Please let me know how I can approach it.