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

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