• Home
  • About
  • Subscribe

Developing MVC using Django and Visual Studio 2015 Part 2

6 Jan 2016 • ORM Python

Django is a free and open source web framework, written in Python. It follows the MVC pattern

Developing MVC using Django and Visual Studio 2015 Part 1

28 Dec 2015 • ORM Python

Django is a free and open source web application framework, written in Python. It follows the MVC pattern, and it is the most popular python web framework. Django provides all basic features that are part of a generic web application: authentication, security and data management.

Written and maintained by Samuele Resca