Since the front-end and back-end are separated, the back-end can just focus on returning API data. Template rendering and other things can be left to the front-end itself.
You can use openresty (nginx) to configure the front-end static files. Some pages can be rendered using template and lua code in nginx. This eliminates the need for python django render
Django’s View returns json data.
Since the front-end and back-end are separated, the back-end can just focus on returning API data. Template rendering and other things can be left to the front-end itself.
You can use openresty (nginx) to configure the front-end static files. Some pages can be rendered using template and lua code in nginx. This eliminates the need for python django render