Add Django Revision in deps

This commit is contained in:
Alexandre Iooss 2019-07-16 15:47:19 +02:00
parent 740b468547
commit ba0a4519e3
No known key found for this signature in database
GPG Key ID: 6C79278F3FCDCC02
2 changed files with 2 additions and 0 deletions

View File

@ -44,6 +44,7 @@ INSTALLED_APPS = [
# External apps
'guardian',
'reversion',
# Note apps
'activity',

View File

@ -5,3 +5,4 @@ Pillow==6.1.0
pytz==2019.1
six==1.12.0
sqlparse==0.3.0
django-reversion==3.0.3