Browse Source

Importo static

main
creylopez 10 months ago
parent
commit
c2cd997d29
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      src/mysite/urls.py

+ 1
- 0
src/mysite/urls.py View File

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


Loading…
Cancel
Save