Which type of framework is Django? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Which type of framework is Django?

Please correct me where I am wrong? A full-stack framework handles both back-end and server-end functionalities. So is Django a full-stack framework or backend framework. When I search on google for full-stack frameworks. Django appears first. Still, when I search for server-side or back-end framework, Django still appears first. So which is it?

17th Oct 2021, 3:59 AM
Richard
Richard - avatar
2 Answers
+ 1
Django is a high-level Python web framework that encourages rapid development and clean, pragmatic design. Built by experienced developers, it takes care of much of the hassle of web development, so you can focus on writing your app without needing to reinvent the wheel. It’s free and open source. Ridiculously fast. Django was designed to help developers take applications from concept to completion as quickly as possible. Reassuringly secure. Django takes security seriously and helps developers avoid many common security mistakes. Exceedingly scalable. Some of the busiest sites on the web leverage Django’s ability to quickly and flexibly scale.
17th Oct 2021, 1:48 PM
Arun Jamson
Arun Jamson - avatar
0
We use python to write backend and django template language to write frontend https://stackoverflow.com/questions/9081123/is-django-for-the-frontend-or-backend
17th Oct 2021, 8:22 AM
AKSHAY🇮🇳
AKSHAY🇮🇳 - avatar