Looking to convert my django/html/css website to a REST (json) structure. Previously reliant on django template rendering for frontend responses.
Interested in how to manage url redirection and incorporate json data into html templates without the use of django variables.