add finance app
This commit is contained in:
@@ -27,6 +27,7 @@ APPS = [
|
||||
'core.apps.products',
|
||||
'core.apps.projects',
|
||||
'core.apps.orders',
|
||||
'core.apps.finance',
|
||||
]
|
||||
|
||||
PACKAGES = [
|
||||
|
||||
@@ -20,6 +20,7 @@ urlpatterns = [
|
||||
path('projects/', include('core.apps.projects.urls')),
|
||||
path('products/', include('core.apps.products.urls')),
|
||||
path('orders/', include('core.apps.orders.urls')),
|
||||
path('finance/', include('core.apps.finance.urls')),
|
||||
]
|
||||
)),
|
||||
|
||||
|
||||
Reference in New Issue
Block a user