css,js,ws

This commit is contained in:
Victor Alexandrovich Tsyrenschikov
2026-01-02 21:44:28 +05:00
parent 8a36155c20
commit 4609cbfb21
154 changed files with 22491 additions and 1226 deletions

6
app/home/urls.py Normal file
View File

@@ -0,0 +1,6 @@
from django.urls import path
from .import views
urlpatterns = [
path('', views.home, name='home'),
]