Reworked DB structure

This commit is contained in:
2022-07-14 15:47:31 +03:00
parent 890d50f230
commit 2c928e7952
7 changed files with 96 additions and 76 deletions
+1
View File
@@ -4,5 +4,6 @@ from . import views
urlpatterns = [
path('', views.index, name='index'),
path('<int:year>', views.year_page, name='index'),
]