DEV Community

Cover image for Understanding Django.
stalin s
stalin s

Posted on

 

Understanding Django.

Before heading into the topics we are supposed to focus on the questions on Django that are been listed below.:)

1?

What is Django?✨✨✨✨✨

Django is a ✨free open-source web application Framework.

Open source means? #A project for which the original source code is made freely available and may be redistributed and modified according to the requirement of the user.

Framework means✨? #Framework gives you a basic structure around which you will write your code to have✨e the greater functionality of the system.

✨✨
✨✨ model view template.
✨✨

2?

What we can do with Django?

Frontend [looks] : HTML , CSS , JSS
Backend [funcionlity] : Django.
Database [ data storage] : Sqlite3.

Why Django?

Fast Development Phase

fully loaded

versatile

secure

high demand

scalable

python ecosystem

proper defined structure

rich django ecosystem.

maturity

good number of libraries

admin panel by default.

Thank you:)

Top comments (0)

Timeless DEV post...

Git Concepts I Wish I Knew Years Ago

The most used technology by developers is not Javascript.

It's not Python or HTML.

It hardly even gets mentioned in interviews or listed as a pre-requisite for jobs.

I'm talking about Git and version control of course.

One does not simply learn git