DEV Community

Discussion on: Python Chat Tutorial with Django and React

Collapse
 
dumdum profile image
dum dum • Edited

How to deploy it on Heroku?
Should I use 2 plans?
Or I can deploy it in one plan?

I want to use Django with React, but got confused about the deployment, and how to set Static and Media, and combining templates and components.

Because React and Django have different folder location.

Especially, I've developed an app using Django, and want to using React on the way and not from the start.

Or I should stick with only Jquery Ajax instead of React for my front end?

Please advise. Thanks