DEV Community

Cover image for Understanding Django.
stalin s
stalin s

Posted on

1

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:)

Heroku

Build apps, not infrastructure.

Dealing with servers, hardware, and infrastructure can take up your valuable time. Discover the benefits of Heroku, the PaaS of choice for developers since 2007.

Visit Site

Top comments (0)

The best way to debug slow web pages cover image

The best way to debug slow web pages

Tools like Page Speed Insights and Google Lighthouse are great for providing advice for front end performance issues. But what these tools can’t do, is evaluate performance across your entire stack of distributed services and applications.

Watch video

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay