initial commit
This commit is contained in:
commit
6f5167c24f
45 changed files with 763 additions and 0 deletions
6
users/urls.py
Normal file
6
users/urls.py
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
from django.urls import path
|
||||
from . import views
|
||||
|
||||
urlpatterns = [
|
||||
path('signup/', views.SignUp.as_view(), name='signup'),
|
||||
]
|
||||
Loading…
Add table
Add a link
Reference in a new issue