from django.urls import path from django.urls import include urlpatterns = [ path("dagens_lunch/", include("spiders.dagens_lunch.urls")) ]