our frontend hits https, which implies that we need to use an ssl along with our backend django server. We have the gunicorn command, but accessing the ssl is troublesome. Seems cumbersome to add ssl to backend for production (multiple links I've come across suggest using nginx images... etc). May end up just resorting to sytemctl for serving purposes, which has already been set up on prod server by @shadowshadow725.
our frontend hits https, which implies that we need to use an ssl along with our backend django server. We have the gunicorn command, but accessing the ssl is troublesome. Seems cumbersome to add ssl to backend for production (multiple links I've come across suggest using nginx images... etc). May end up just resorting to sytemctl for serving purposes, which has already been set up on prod server by @shadowshadow725.