CSC/ECE 517 Fall 2014/ch1a 8 os: Difference between revisions
Jump to navigation
Jump to search
(Version 1) |
|||
Line 6: | Line 6: | ||
== Features == | == 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 == | == Comparison with other Web Frameworks == | ||
== References == | == References == |
Revision as of 16:00, 14 September 2014
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.