Browse Source

Añado settings

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

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

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


Loading…
Cancel
Save