Towards django RQ
This commit is contained in:
6
app_urls/api/urls.py
Normal file
6
app_urls/api/urls.py
Normal file
@@ -0,0 +1,6 @@
|
||||
from django.urls import path
|
||||
from .views import trigger_task
|
||||
|
||||
urlpatterns = [
|
||||
path('trigger_task/', trigger_task, name='trigger_task')
|
||||
]
|
||||
Reference in New Issue
Block a user