|
|
@ -16,6 +16,7 @@ Including another URLconf |
|
|
""" |
|
|
""" |
|
|
from django.contrib import admin |
|
|
from django.contrib import admin |
|
|
from django.urls import path, include |
|
|
from django.urls import path, include |
|
|
|
|
|
from django.conf.urls.static import static |
|
|
|
|
|
|
|
|
urlpatterns = [ |
|
|
urlpatterns = [ |
|
|
path('polls/', include("polls.urls")), |
|
|
path('polls/', include("polls.urls")), |
|
|
|