Search found 1 match

by svishnu19
15 Sep 2019
Forum: Fixing Errors Python
Topic: TypeError: view must be a callable or a list/tuple in the case of include() in Django
Replies: 1
Views: 80545

TypeError: view must be a callable or a list/tuple in the case of include() in Django

I am getting error in django 2.2. when i define views of app in url.py then it shows error like this. TypeError: view must be a callable or a list/tuple in the case of include(). My "urls.py" is like this: from django.conf.urls import url from django.contrib import admin urlpatterns = [ ur...