mirror of
https://gitlab.crans.org/bde/nk20
synced 2025-11-06 23:22:54 +01:00
Starting treasury app
This commit is contained in:
@@ -61,6 +61,7 @@ INSTALLED_APPS = [
|
||||
'activity',
|
||||
'member',
|
||||
'note',
|
||||
'treasury',
|
||||
'api',
|
||||
'logs',
|
||||
]
|
||||
|
||||
@@ -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')),
|
||||
|
||||
Reference in New Issue
Block a user