Wednesday, January 12, 2022

Django Consistency Model

I've just done my first Django open-source component, which helped me a lot in the company I'm working in now.

https://github.com/occipital/django-consistency-model

It is a very simple idea of checking model consistency, where you have a lot of data linked with each other or even related to some external sources, and you want to make sure the data is consistent.

At the same time, you don't want to have too much overhead for checking.

I would like to get feedback from the community about that project.

  • The design of the project and repository

  • What can be added/changed to make the project more open-source friendly

  • How interesting is this project in general for you?

  • What is the best way to share new Django components?

Thank you, and have a happy coding in 2022!

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/0a83fae3-5e4a-4a57-b257-1fe89dc379e5n%40googlegroups.com.

No comments:

Post a Comment