Django Task
Django Task
BY
T.SRINIVASA REDDY
AGENADA
What is a Web Framework?
List of Software Frameworks
What is a Django?
Features of Django
Django Architecture
What is Web Framework?
Web framework is a set of components designed
to simplify your web development process.
It has basic structuring tools in it, which serve as
a solid base for your project.
It allows you to focus on the most important
details and project’s goals instead of creating
things, that you can simply pull out of the
framework.”
Benefits of a framework?
Saving software developers time and energy
Makes easier the Development Process
Eases Debugging and Application Maintenance
Improves Database Proficiency
Reduces Code Length
List of Software Frameworks, Tools
Why We Choose Django?
Django is a free and open-source web framework.
It is written in Python.
It follows the Model-View-Template (MVT)
architectural pattern.
It is used by several top websites like Youtube,
Google,Dropbox,Yahoo,Maps,Mozilla,Instagram,
Washington Times,Nasa and many more
Features of Django Framework
Fast: Django was designed to help developers take applications
from concept to completion as quickly as possible
Fully Loaded:Django includes dozens of extras we can use to
handle common Web development tasks Django takes care of
user authentication, content administration, site maps, RSS
feeds, and many more tasks
Security:Django takes security seriously and helps developers
avoid many common security mistakes, such as SQL injection,
cross-site scripting, cross-site request forgery and clickjacking.
Its user authentication system provides a secure way to manage
user accounts and passwords.
Scalability: Some of the busiest sites on the planet use Django’s
ability to quickly and flexibly scale to meet the heaviest traffic
demands
Vesatile:Companies, organizations and governments have used
Django to build all sorts of things — from content management
systems to social networks to scientific computing platforms.