hc99's picture
Add files using upload-large-folder tool
5e07a1f verified
raw
history blame
112 Bytes
from django.urls import path
from . import widgetadmin
urlpatterns = [
path("", widgetadmin.site.urls),
]