DEV Community

Discussion on: Deploy Your Django + React.js app to Heroku

Collapse
 
shaun_ps_04 profile image
shaun-ps-04 • Edited

Unable to access admin.

My assumption was that heroku runs django as the main app which then routes to React. However if that were the case then I should be able to access admin since I listed 'admin/' before the index file for React.

Is there a way to access admin using your method of deployment?