willhardy / django-dymo

Framework for managing dynamic models with Django

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Runtime dynamic models with Django

This is an experimental framework, which attempts to handle all of the difficulties involved in employing dynamic models in a Django project.

It handles cross-process model class synchronisation, Django admin (re-)registration and eventually any other problematic task. The main idea is to abstract and contain any intricate or complicated code, keeping project code base clean and maintainable.

About

Framework for managing dynamic models with Django

License:Other


Languages

Language:Python 100.0%