2025.09.14-18:02:28

This commit is contained in:
2025-09-14 18:02:28 +02:00
parent 565ef0cad1
commit ff37c9cd8b
32 changed files with 733 additions and 22 deletions

7
user/urls.py Normal file
View File

@@ -0,0 +1,7 @@
from django.urls import path
from .views import *
app_name = "user"
urlpatterns = [
]