from django.urls import path, include urlpatterns = [ path('admin/', admin.site.urls), path('googlelens/', include('googlelens.urls')), ]