Skip to content

provides a declarative way of denormalizing models in Django based applications while maintaining data consistency.

License

Notifications You must be signed in to change notification settings

mpasternak/django-denorm-iplweb

 
 

Repository files navigation

django-denorm-iplweb is a Django application to provide automatic management of denormalized database fields.

This is a fork of original package, that went by name of django-denorm . This fork should bring original package to the latest Django/Python versions. Also, support for pretty much anything that is not PostgreSQL was dropped.

Python versions supported:

  • 3.8,
  • 3.9.

Django versions supported:

  • 3.0,
  • 3.1,
  • 3.2.

Reasons for this fork being PostgreSQL-only:

  • lack of resources for maintaning other backends,
  • usage of LISTEN/NOTIFY mechanisms, available in PostgreSQL,
  • many more improvements, for example the ability to run multiple instances of cache rebuilder (see docs)

Patches welcome!

Documentation is available from http://django-denorm-iplweb.github.io/django-denorm-iplweb/

Issues can be reported at http://github.com/mpasternak/django-denorm-iplweb/issues

About

provides a declarative way of denormalizing models in Django based applications while maintaining data consistency.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%