Is there a way to configure Apache to auto-recognize URLs for Django vs React without hard-coding each endpoint?
We're using Apache 2.4 with React 17 and a Django 3.2 (Python 3.9) application. Curious about a better way to set up our Apache configs to route requests to the React and Django apps. Right now, our Apache virtual hosts…