This commit is contained in:
pErfEcto2
2023-05-21 20:20:50 +03:00
parent 02a9414ce8
commit 264e6a4b74
24 changed files with 49 additions and 18 deletions
@@ -4,5 +4,4 @@ from . import views
urlpatterns = [
path("", views.index, name="index"),
path("test", views.test, name="other")
]