Implement custom notification settings
This commit is contained in:
@@ -27,6 +27,7 @@ from core.views import (
|
||||
callbacks,
|
||||
hooks,
|
||||
limits,
|
||||
notifications,
|
||||
positions,
|
||||
profit,
|
||||
signals,
|
||||
@@ -208,4 +209,9 @@ urlpatterns = [
|
||||
limits.TrendDirectionList.as_view(),
|
||||
name="trenddirections",
|
||||
),
|
||||
path(
|
||||
"notifications/<str:type>/update/",
|
||||
notifications.NotificationsUpdate.as_view(),
|
||||
name="notifications_update",
|
||||
),
|
||||
] + static(settings.STATIC_URL, document_root=settings.STATIC_ROOT)
|
||||
|
||||
Reference in New Issue
Block a user