init commit

This commit is contained in:
2024-12-06 09:27:06 +09:00
commit 09e4edee6b
59 changed files with 537 additions and 0 deletions

6
touchh/urls.py Normal file
View File

@@ -0,0 +1,6 @@
from django.contrib import admin
from django.urls import path, include
urlpatterns = [
path('admin/', admin.site.urls),
]