HiLo/admin/urls.py

7 lines
79 B
Python
Executable File

from django.urls import path
from . import views
urlpatterns = [
]