simplify apps

This commit is contained in:
Matteo Rosati
2026-02-11 21:05:49 +01:00
parent 93dafb6a81
commit 9587995354
24 changed files with 67 additions and 166 deletions

View File

@@ -2,7 +2,6 @@ from django.urls import path
from . import views
urlpatterns = [
path("", views.home, name="home"),
path("auth/register/", views.register, name="register"),