Does Django need a front end?

Your Django project does not NEED a frontend framework , but it’s quite simple to give it a try with Vue. js. You can see if your Django project can benefit from using a frontend framework, and learn by doing instead of making a hard decision up-front. It’s easy to get started!

Read more

Is Django front or backend?

Django it’s specially known as a backend framework, but actually it’s both backend and frontend . You configure the backend logic within the views and models. But you can also define the frontend through the templates, where you use HTML/CSS and JavaScript.9 Ağu 2019

Read more