Tag backend

Introduction to Django

Django is a back-end web framework written in Python. It follows the model-template-view (MTV) architectural pattern. The Model-Template-View Architecture The Model-Template-View (MTV) architecture separates logically the definitions of a project in the following components: Django apps follows the MTV architecture.…

Web Back End Frameworks

This post is an introduction to web application or web back end frameworks. Web back end framework ease the tasks for the developer when working on back end scripting with languages like Java, Python or PHP. List of Web Back…