from django.conf.urls import include, url urlpatterns = [ url(r'', include('stub_app.urls')), ]