proje çalışıt halde

proje çalışıt halde
This commit is contained in:
2026-08-27 00:54:09 +03:00
parent 6d2d39ec89
commit 8efdbcd1e3
18 changed files with 353 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
from django.urls import path
from . import views as v
urlpatterns = [
path("", v.index, name="index"),
]