add notification and send notification
This commit is contained in:
@@ -30,6 +30,7 @@ APPS = [
|
||||
'core.apps.orders',
|
||||
'core.apps.finance',
|
||||
'core.apps.counterparty',
|
||||
'core.apps.notifications',
|
||||
]
|
||||
|
||||
PACKAGES = [
|
||||
|
||||
@@ -35,6 +35,7 @@ urlpatterns = [
|
||||
path('orders/', include('core.apps.orders.urls')),
|
||||
path('finance/', include('core.apps.finance.urls')),
|
||||
path('counterparties/', include('core.apps.counterparty.urls')),
|
||||
path('notifications/', include('core.apps.notifications.urls')),
|
||||
]
|
||||
)),
|
||||
|
||||
|
||||
Reference in New Issue
Block a user