
Django is an open source web application framework for python. This framework is an architectural pattern that separates an application into three main logical components which are Model, View and Templates. Usually any other framework relies on model, view and controller but in django we see the templates instead of controller. We all know through these features we can get clear idea of UI logic, Business logic and Input logic for application development Django frame work includes ORM (object Relational Mapping) libraries that allows developers to work with database records as object in application code rather than writing sql queries. Django also provides middleware components that allow developers to add functionalities to the request –responses cycle such as logging, catching user handeling.Most important component in Django framework is template engine that allows developers to generate dynamic HTML content by combing static HTML template with data from application.
Django, frame work, Python application, model
Django, frame work, Python application, model
| selected citations These citations are derived from selected sources. This is an alternative to the "Influence" indicator, which also reflects the overall/total impact of an article in the research community at large, based on the underlying citation network (diachronically). | 0 | |
| popularity This indicator reflects the "current" impact/attention (the "hype") of an article in the research community at large, based on the underlying citation network. | Average | |
| influence This indicator reflects the overall/total impact of an article in the research community at large, based on the underlying citation network (diachronically). | Average | |
| impulse This indicator reflects the initial momentum of an article directly after its publication, based on the underlying citation network. | Average |
