django-reversion-compare is an extension to django-reversion that provides a history compare view to compare two versions of a model which is under reversion. Comparing model versions is not a easy ...
ca_project/ ├── accounts/ # Custom user model, registration, login, client dashboard, profile ├── core/ # Homepage, About, FAQ, Documents, Search, site ...