LearnVern Community
I have one query
Python Django Course
kajalpowale09
July 6, 2021, 8:41am
#1
image
1366×768 129 KB
i was try to solve but i have face query like that , how to solve?
sahalhurzuk36
March 26, 2022, 5:10am
#2
path("",views.home,name=‘home’)
remove this line
and add
path("",include(‘blog.urls’))