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