Estructura Inicial de Dise;o Estadisticas de Jugadores

This commit is contained in:
adevopg
2024-11-12 20:24:36 +01:00
parent 45b64a5d53
commit 652a3e06e4
42 changed files with 578 additions and 1 deletions
+1
View File
@@ -36,6 +36,7 @@ urlpatterns = [
path('trade-points/', views.trade_points_view, name='trade_points'),
path('activate-account', views.activate_account_view, name='activate_account'),
path('help', views.help_view, name='help'),
path('novawow-players', views.novawow_players_view, name='novawow_players'),
]