etianen / django-reversion

django-reversion is an extension to the Django web framework that provides version control for model instances.
https://django-reversion.readthedocs.io
BSD 3-Clause "New" or "Revised" License
3.03k stars 489 forks source link

Question: usage of django-reversion in larger scale open source projects #973

Closed ollejernstrom closed 1 month ago

ollejernstrom commented 2 months ago

Love the things about django-reversion, and I think it might be able to solve the issues we are facing.

I was wondering if there are any known large scale open source applications an aspiring adopter can view for some early stage inspiration as to were to start instead of diving head first?

Again, nice work!

etianen commented 1 month ago

I'm glad to hear you're considering django-reversion.

You can actually see a big old list of projects using django-reversion here:

https://github.com/etianen/django-reversion/network/dependents

Unfortunately, there's no ability to sort by stars or forks, but I'm sure a patient person could browse that list and take a look at some interesting looking repos! 💪