mirror of
https://gitlab.crans.org/bde/nk20
synced 2025-06-21 01:48:21 +02:00
Starting treasury app
This commit is contained in:
@ -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