mirror of
https://github.com/skoobasteeve/django-movies.git
synced 2026-03-20 03:28:59 +00:00
working polls app with function-based non-generic views
This commit is contained in:
@@ -20,5 +20,5 @@ from django.urls import include, path
|
||||
|
||||
urlpatterns = [
|
||||
path("admin/", admin.site.urls),
|
||||
path("polls/", include("polls.urls")),
|
||||
path("polls/", include("apps.polls.urls")),
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user