﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
31290	Unable to runserver - python manage.py runserver	batistalucash	nobody	"When I run server, I get the following error: 

raise TypeError('view must be a callable or a list/tuple in the case of include().')
TypeError: view must be a callable or a list/tuple in the case of include().

I have tried to add **include** to ''from django.urls import path'', but it did not work. Please help. 

More information below:

urls.py file 
{{{
from django.contrib import admin
from django.urls import path

urlpatterns = [
    path('admin', admin.site.urls),
    path('index', 'store.views.index', name='index'),
]
}}}

(book1) C:\Users\LucasBatistadosSanto\Desktop\Python\bookstore>py -m django --version
3.0.3

(book1) C:\Users\LucasBatistadosSanto\Desktop\Python\bookstore>python -V
Python 3.7.3


"	Uncategorized	closed	Uncategorized	3.0	Normal	invalid		batistalucas@…	Unreviewed	0	0	0	0	0	0
