feat: added users app

This commit is contained in:
Pablo Moreno
2024-05-13 00:26:49 +02:00
parent d148cc9c61
commit 6e987cd035
31 changed files with 521 additions and 17 deletions
+2
View File
@@ -10,4 +10,6 @@ urlpatterns = [
),
path("redoc/", SpectacularRedocView.as_view(url_name="schema"), name="redoc"),
path("shop/", include("shop.api.v1.routers")),
path("files/", include("files.api.v1.urls")),
path("auth/", include("users.api.v1.urls")),
]