# proyect/urls.py from django.contrib import admin from django.urls import path, include urlpatterns = [ path("", include("app.library.urls")), ]