initial import: etf strategy project
This commit is contained in:
11
web/lab/urls.py
Normal file
11
web/lab/urls.py
Normal file
@@ -0,0 +1,11 @@
|
||||
from __future__ import annotations
|
||||
|
||||
from django.urls import path
|
||||
|
||||
from . import views
|
||||
|
||||
urlpatterns = [
|
||||
path("", views.index, name="index"),
|
||||
path("lab/top-trials", views.top_trials, name="top_trials"),
|
||||
path("lab/best-artifacts", views.best_artifacts, name="best_artifacts"),
|
||||
]
|
||||
Reference in New Issue
Block a user