I’ve hit a brick wall trying to understand how to get my PROD SSL front-end (Apache with VueJS/Axios) talking to my back-end (Django apps/views/models + database using SQLite for very lightweight I/O). All hosted on private Windows Server 2022 VM].
Clearly many options exist for the myriad configs possible but none I’ve read seem to fit this setup specifically ie running django purely as db server serving queries from rest axios calls from vuejs code, and with django sitting outside of apache (reviewed mod_wsgi, wsgi, gunicorn, etc, etc).
Mod_wsgi may be the way fwd but not convinced yet.
This is my 1st dep so still a bit of a newbie – just want to ensure I’m going down the right track tech wise.
So at a high-level (happy to do the detailed reading) which route should I be taking??
Many thanks!
PS: I ack the collectstatic step.
NB: My localhost setup is all working fine using npm run serve for the front end and runsslserver for the backend.
Strigoi is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.