Django Tutorial

Django Tutorial provides basic and advanced concepts of Django. Our Django Tutorial is designed for beginners and professionals both.

Django is a Web Application Framework which is used to develop web applications.

Our Django Tutorial includes all topics of Django such as introduction, features, installation, environment setup, admin interface, cookie, form validation, Model, Template Engine, Migration, MVT etc. All the topics are explained in detail so that reader can get enought knowledge of Django.

What is Django

Django is a web application framework written in Python programming language. It is based on MVT (Model View Template) design pattern. The Django is very demanding due to its rapid development feature. It takes less time to build application after collecting client requirement.

This framework uses a famous tag line:The web framework for perfectionists with deadlines.

By using Django, we can build web applications in very less time. Django is designed in such a manner that it handles much of configure things automatically, so we can focus on application development only.

History

Django was design and developed by Lawrence journal world in 2003 and publicly released under BSD license in July 2005. Currently, DSF (Django Software Foundation) maintains its development and release cycle.

Django was released on 21, July 2005. Its current stable version is 2.0.3 which was released on 6 March, 2018.

Django Version History

VersionDateDescription
0.9016 Nov 2005
0.9111 Jan 2006magic removal
0.9623 Mar 2007newforms, testing tools
1.03 Sep 2008API stability, decoupled admin, unicode
1.129 Jul 2009Aggregates, transaction based tests
1.217 May 2010Multiple db connections, CSRF, model validation
1.323 Mar 2011Timezones, in browser testing, app templates.
1.526 Feb 2013Python 3 Support, configurable user model
1.66 Nov 2013Dedicated to Malcolm Tredinnick, db transaction management, connection pooling.
1.72 Sep 2014Migrations, application loading and configuration.
1.8 LTS2 Sep 2014Migrations, application loading and configuration.
1.8 LTS1 Apr 2015Native support for multiple template engines.Supported until at least April 2018
1.91 Dec 2015Automatic password validation. New styling for admin interface.
1.101 Aug 2016Full text search for PostgreSQL. New-style middleware.
1.11 LTS1.11 LTSLast version to support Python 2.7.Supported until at least April 2020
2.0Dec 2017First Python 3-only release, Simplified URL routing syntax, Mobile friendly admin.

Popularity

Django is widely accepted and used by various well-known sites such as:

  • Instagram
  • Mozilla
  • Disqus
  • Pinterest
  • Bitbucket
  • The Washington Times

Features of Django

  • Rapid Development
  • Secure
  • Scalable
  • Fully loaded
  • Versatile
  • Open Source
  • Vast and Supported Community

Rapid Development

Django was designed with the intention to make a framework which takes less time to build web application. The project implementation phase is a very time taken but Django creates it rapidly.

Secure

Django takes security seriously and helps developers to avoid many common security mistakes, such as SQL injection, cross-site scripting, cross-site request forgery etc. Its user authentication system provides a secure way to manage user accounts and passwords.

Scalable

Django is scalable in nature and has ability to quickly and flexibly switch from small to large scale application project.

Fully loaded

Django includes various helping task modules and libraries which can be used to handle common Web development tasks. Django takes care of user authentication, content administration, site maps, RSS feeds etc.

Versatile

Django is versatile in nature which allows it to build applications for different-different domains. Now a days, Companies are using Django to build various types of applications like: content management systems, social networks sites or scientific computing platforms etc.

Open Source

Django is an open source web application framework. It is publicly available without cost. It can be downloaded with source code from the public repository. Open source reduces the total cost of the application development.

Vast and Supported Community

Django is an one of the most popular web framework. It has widely supportive community and channels to share and connect.


Comments

Leave a Reply

Your email address will not be published. Required fields are marked *