Learn Django 2.1 - Introduction, Installation And Creating First Project #1
This is our first video in Learn Django 2.1, in this video we are going to have a simple Introduction to Django 2.1 and also we will learn the Installation process of Django framework and how can create Creating First Project in Django What Is Django ? Django 2.1 framework was started in 2003 as a Project by Adrian Holovaty and Simon Willison And in 2005 the first public version of django was released, and now Django framework operates under the guidance of the Django Software Foundation (DSF), the framework core has over 1000 contributors with more than 15 release versions, and there are over 3000 packages specifically designed to work with the Django framework Django framework is a Model-View-Controller (MVC) and it is a server side framework that operates With relational databases and also we can use django with non-relational databases via third party packages. Also django has a good documentation that you can use from that the Django framework uses a set of design principles that produces one of the most productive web development processes compared to many other web frameworks, the principles are consist of You can check our website https://codeloop.org/ 1: Don’t Repeat Yourself (DRY) 2: Explicit Is Better Than Implicit 3: Loosely Coupled Architecture Official Website Of Django https://www.djangoproject.com/ Documentation For Django framework