from django.contrib import admin from . import views urlpatterns = [ path(r'^po[l]+s/', include('polls.urls')), path('admin/', admin.site.urls), ]