serialzer user

This commit is contained in:
2023-02-20 08:04:59 +01:00
parent 0573c4e99c
commit c761e8751e
4 changed files with 40 additions and 0 deletions

View File

@@ -3,4 +3,5 @@ from . import views
urlpatterns = [
path('', views.HelloAuthView.as_view(), name='hello_auth'),
path('registro/', views.UserCreateView.as_view(), name='crear_user')
]