5 lines
68 B
Python
5 lines
68 B
Python
from django.urls import path
|
|
from .views import *
|
|
|
|
urlpatterns = [
|
|
] |