0
Why Django is called frontend?
I just need to be told I am right because I am not 100% sure .Django Is a backend framework and it is only called frontend because it supports templates in HTML , CSS and JavaScript . That means a Django project without templates would be just static text . Am I right or wrong ?
3 Answers
+ 3
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.
Itâs not like React, Angular or Vue, itâs rather an inbuilt template engine that renders a webpage.
+ 1
AKSHAy ok
0
https://www.sololearn.com/discuss/2905709/?ref=app
đ same question, try to avoid creating duplicate question and if you think you have missed something in your previous question then edit your old question instead of posting new