initial commit
This commit is contained in:
commit
7409caf072
189 changed files with 38056 additions and 0 deletions
5
users/urls.py
Normal file
5
users/urls.py
Normal file
|
@ -0,0 +1,5 @@
|
|||
from django.urls import path
|
||||
|
||||
from . import views
|
||||
|
||||
urlpatterns = []
|
Loading…
Add table
Add a link
Reference in a new issue