Abstract:
Most of the shared Web hosting today comes up bundled to a relational database - this is the most often case that can solve a big set of problems. Nevertheless sometimes a different schema is being desired and designed. For this purpose we want to show how to build a non-relational database on top of a classic relational one using Object Relational Mapping (further ORM) in Django.