first version
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
from django.urls import path
|
||||
|
||||
from tracker import views
|
||||
|
||||
app_name = "tracker"
|
||||
|
||||
urlpatterns = [
|
||||
path("today/", views.today, name="today"),
|
||||
]
|
||||
Reference in New Issue
Block a user