Starting treasury app

This commit is contained in:
Yohann D'ANELLO 2020-03-21 00:30:49 +01:00
parent 1f004191a8
commit 71346476df
12 changed files with 197 additions and 0 deletions

View file

@ -61,6 +61,7 @@ INSTALLED_APPS = [
'activity',
'member',
'note',
'treasury',
'api',
'logs',
]