CSC/ECE 517 Fall 2014/ch1a 8 os

From Expertiza_Wiki
Revision as of 16:00, 14 September 2014 by Oghanek (talk | contribs) (→‎Features)
Jump to navigation Jump to search

Django

Background

Architecture

Features

Object- Relational Mapper

Django has its own object relational mapper which eases databse access. It facilitates writing of model classes directly in python.

Comparison with other Web Frameworks

References