Why Django is called frontend? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
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 ?

24th Oct 2021, 1:39 PM
Richard
Richard - avatar
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.
24th Oct 2021, 5:31 PM
Arun Jamson
Arun Jamson - avatar
+ 1
AKSHAy ok
25th Oct 2021, 8:28 AM
Richard
Richard - avatar
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
25th Oct 2021, 4:49 AM
AKSHAY🇮🇳
AKSHAY🇮🇳 - avatar