Reworked DB structure
This commit is contained in:
@@ -4,5 +4,6 @@ from . import views
|
||||
|
||||
urlpatterns = [
|
||||
path('', views.index, name='index'),
|
||||
path('<int:year>', views.year_page, name='index'),
|
||||
]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user