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',