As I was following the tutorial on deploying Django to AP, the tutorial was clear on how to deploy Django, but i’m only using Django as my backend. When I deploy React to “/”, that means Django has to live elsewhere (like “/app”), which then breaks things like Django admin (django doesn’t like the new path /app/admin).
Is there a guide somewhere on this process?
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Hi! So Step 5 in the tutorial shows you how to deploy your static files so that the Django admin CSS will still work. Did this step work for you?