8 lines
69 B
Python
8 lines
69 B
Python
from django.urls import path
|
|
|
|
|
|
app_name = "users"
|
|
|
|
|
|
urlpatterns = []
|