mirror of
https://gitlab.com/animath/si/plateforme.git
synced 2025-07-05 05:04:04 +02:00
Login is possible
This commit is contained in:
10
apps/member/urls.py
Normal file
10
apps/member/urls.py
Normal file
@ -0,0 +1,10 @@
|
||||
from django.urls import path
|
||||
|
||||
from .views import CreateUserView
|
||||
|
||||
|
||||
app_name = "member"
|
||||
|
||||
urlpatterns = [
|
||||
path('signup/', CreateUserView.as_view(), name="signup"),
|
||||
]
|
Reference in New Issue
Block a user