1
0
mirror of https://gitlab.crans.org/bde/nk20 synced 2025-06-21 01:48:21 +02:00

Add Django Revision in deps

This commit is contained in:
Alexandre Iooss
2019-07-16 15:47:19 +02:00
parent 740b468547
commit ba0a4519e3
2 changed files with 2 additions and 0 deletions

View File

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