Site icon i2tutorials

Django Introduction

DJANGO INTRODUCTION

Django Framework is a free and open-source web framework for python that follows the Model-Template-View (MTV) architecture. It is a non-profit organization run by the Django Software Foundation

Django can be used to create complex, dynamic websites. Django have all ingredients whatever that are required for programmers like:

Django also provides the option to create, read, update, and delete data through a GUI interface that is dynamically generated and configured via admin & models.

Most popular sites who used Django web framework include:

Django Framework can be viewed as an MVC architecture. It contains ORM (Object-Relational Mapper) which is a database abstraction API that mediates between Data models ( Python classes) and Views which project the UI on the template.

The Django framework includes:

Bundled Applications with Django:

Exit mobile version