Skip to content

Commit

Permalink
urls.py of users
Browse files Browse the repository at this point in the history
This should be created for the readability and ease of use of urls
  • Loading branch information
Marin-Tony committed Apr 11, 2021
1 parent e7e6448 commit 4e29ed1
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions users/urls.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
from django.urls import path
from . import views as users_views


urlpatterns = [

path('register/', users_views.register, name='register'),

0 comments on commit 4e29ed1

Please sign in to comment.