Starting treasury app
This commit is contained in:
parent
1f004191a8
commit
71346476df
12 changed files with 197 additions and 0 deletions
|
|
@ -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')),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue