my index page

This commit is contained in:
Basyrov Rustam
2025-06-03 23:26:16 +03:00
parent b4f6dc48e7
commit 92c12e7d33
2 changed files with 4 additions and 0 deletions

View File

@@ -4,4 +4,5 @@ from . import views
urlpatterns = [
path("", views.index, name="index"),
path("index2/", views.index2, name="index2"),
]