Moving forward from Django Non-Rel

Django is a free and open-source, Python-based web framework that follows the model–template–views (MTV) architectural pattern. Django's primary goal is to ease the creation of complex, database-driven websites. The framework emphasizes reusability of components, less code, low coupling, rapid development, and the principle of don't repeat yourself. But, Django does not support the non-relational, no-SQL Google BigTable database, hence the creation of Django Non-Rel, used by various projects started back in the 2010 timeframe. Django Non-Rel was a non-sanctioned spin-off from Django version 1.x circa 2010, built on Python 2. Never supported by the Django project or Google, Django Non-Rel was long ago abandoned by developers.

Read more