Version 1.0
This commit is contained in:
7
GestionaleITS/accounts/urls.py
Normal file
7
GestionaleITS/accounts/urls.py
Normal file
@@ -0,0 +1,7 @@
|
||||
from django.urls import path
|
||||
|
||||
from .views import RegistrationView
|
||||
|
||||
urlpatterns = [
|
||||
path("registration", RegistrationView.as_view(), name="registration" )
|
||||
]
|
||||
Reference in New Issue
Block a user