Django Templates vs. Django APIs
There are two approaches for front-end coding when using Django in web application development.
One uses Django as a full-stack web framework with Django templates. The other uses Django as an API backend while using another frontend framework, such as React.js.
Recently, the API approach has become more popular; however, we'll explain how Django works using the first approach in this course, as that approach gives you a better understanding of Django.