from django.urls import path, include urlpatterns = [ path('', include('ui.urls')), ]