Add reversion compare

This commit is contained in:
cuom1999 2022-04-25 22:00:15 -05:00
parent 27d9ea8326
commit 308234166b
5 changed files with 11 additions and 1 deletions

View file

@ -234,6 +234,7 @@ INSTALLED_APPS += (
'registration',
'mptt',
'reversion',
'reversion_compare',
'django_social_share',
'social_django',
'compressor',