stats page first implementation

This commit is contained in:
2026-08-05 13:54:26 -05:00
parent 7af1b67143
commit 6325c67790
7 changed files with 670 additions and 4 deletions
+2
View File
@@ -7,4 +7,6 @@ app_name = 'landing'
urlpatterns = [
path('', views.gate, name='gate'),
path('home/', views.home, name='home'),
path('stats/', views.server_stats, name='server_stats'),
path('api/stats/', views.server_stats_api, name='server_stats_api'),
]