This commit is contained in:
Administrator
2023-09-27 21:58:38 +03:00
parent cdfe18f6b7
commit 9a7581cfdf
17 changed files with 181 additions and 2 deletions

7
stats/urls.py Normal file
View File

@@ -0,0 +1,7 @@
from django.urls import path
from .views import *
urlpatterns = [
path(*StatsView.as_path()),
]