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

View file

@ -13,6 +13,7 @@ urlpatterns = [
# Include project routers
path('note/', include('note.urls')),
path('treasury/', include('treasury.urls')),
# Include Django Contrib and Core routers
path('i18n/', include('django.conf.urls.i18n')),