Urls
hypha.apply.activity.urls
¶
urlpatterns
module-attribute
¶
urlpatterns = [path('anymail/', include('anymail.urls')), path('notifications/', as_view(), name='notifications'), path('comments/<content_type>-<int:pk>/', partial_comments, name='partial-comments'), path('<pk>/edit-comment/', edit_comment, name='edit-comment'), path('activities/attachment/<uuid:file_pk>/download/', as_view(), name='attachment')]