mirror of
https://github.com/eitchtee/WYGIWYH.git
synced 2026-04-23 09:08:39 +02:00
feat: initial work for DCA tool
This commit is contained in:
9
app/apps/dca/urls.py
Normal file
9
app/apps/dca/urls.py
Normal file
@@ -0,0 +1,9 @@
|
||||
from django.urls import path
|
||||
from . import views
|
||||
|
||||
|
||||
urlpatterns = [
|
||||
path("dca/", views.strategy_list, name="strategy_list"),
|
||||
path("dca/<int:pk>/", views.strategy_detail, name="strategy_detail"),
|
||||
# Add more URLs for CRUD operations
|
||||
]
|
||||
Reference in New Issue
Block a user