In One Minute : Django

Django is an open-source server-side web application framework written in Python.
It is designed to reduce the effort required to create complex data-driven websites and web applications, with a special focus on less code, no-redundancy and being more …


This content originally appeared on DEV Community 👩‍💻👨‍💻 and was authored by Rakesh KR

Django is an open-source server-side web application framework written in Python.
It is designed to reduce the effort required to create complex data-driven websites and web applications, with a special focus on less code, no-redundancy and being more explicit than implicit.

Django was created in the fall of 2003, when the web programmers at the Lawrence Journal-World newspaper, Adrian Holovaty and Simon Willison, began using Python to build applications.

In June 2008, it was announced that a newly formed Django Software Foundation (DSF) would maintain Django in the future.

Django follows the mvc (model-view-controller) architectural pattern. This consists of:

  • an object-relational mapper that mediates between data models
  • (Python classes) and a relational database ("Model")
  • a system for processing requests with a web templating system ("View")
  • a regular-expression-based URL dispatcher ("Controller")

Some well-known sites that use Django include Instagram, Mozilla, Disqus, Bitbucket, Nextdoor and Clubhouse.

Official website :- https://www.djangoproject.com/
Documentation :- https://docs.djangoproject.com/
Download :- https://www.djangoproject.com/download/


This content originally appeared on DEV Community 👩‍💻👨‍💻 and was authored by Rakesh KR


Print Share Comment Cite Upload Translate Updates
APA

Rakesh KR | Sciencx (2022-10-27T15:04:12+00:00) In One Minute : Django. Retrieved from https://www.scien.cx/2022/10/27/in-one-minute-django/

MLA
" » In One Minute : Django." Rakesh KR | Sciencx - Thursday October 27, 2022, https://www.scien.cx/2022/10/27/in-one-minute-django/
HARVARD
Rakesh KR | Sciencx Thursday October 27, 2022 » In One Minute : Django., viewed ,<https://www.scien.cx/2022/10/27/in-one-minute-django/>
VANCOUVER
Rakesh KR | Sciencx - » In One Minute : Django. [Internet]. [Accessed ]. Available from: https://www.scien.cx/2022/10/27/in-one-minute-django/
CHICAGO
" » In One Minute : Django." Rakesh KR | Sciencx - Accessed . https://www.scien.cx/2022/10/27/in-one-minute-django/
IEEE
" » In One Minute : Django." Rakesh KR | Sciencx [Online]. Available: https://www.scien.cx/2022/10/27/in-one-minute-django/. [Accessed: ]
rf:citation
» In One Minute : Django | Rakesh KR | Sciencx | https://www.scien.cx/2022/10/27/in-one-minute-django/ |

Please log in to upload a file.




There are no updates yet.
Click the Upload button above to add an update.

You must be logged in to translate posts. Please log in or register.