Re: TemplateDoesNotExist at /catalog/books/

2021-10-06 Thread Никита Назаров
, October 6, 2021 at 5:00:42 PM UTC+2 nazni...@gmail.com >>> wrote: >>> >>>> Thank you! >>>> I corrected as you wrote. But I also have this mistake ( >>>> TemplateDoesNotExist at /catalog/books/ >>>> catalog/book_list.html,

Re: TemplateDoesNotExist at /catalog/books/

2021-10-06 Thread Adeyemi Deji
st like this [] with no space >> or better still change to [os.path.join(BASE_DIR, 'catalog/templates')] >> >> On Wednesday, October 6, 2021 at 5:00:42 PM UTC+2 nazni...@gmail.com >> wrote: >> >>> Thank you! >>> I corrected as you wrote.

Re: TemplateDoesNotExist at /catalog/books/

2021-10-06 Thread Никита Назаров
7;catalog/templates')] > > On Wednesday, October 6, 2021 at 5:00:42 PM UTC+2 nazni...@gmail.com > wrote: > >> Thank you! >> I corrected as you wrote. But I also have this mistake ( >> TemplateDoesNotExist at /catalog/books/ >> catalog/book_list.html, catalog/book_l

Re: TemplateDoesNotExist at /catalog/books/

2021-10-06 Thread Adeyemi Deji
.com wrote: > Thank you! > I corrected as you wrote. But I also have this mistake ( > TemplateDoesNotExist at /catalog/books/ > catalog/book_list.html, catalog/book_list.html). > Might I take the wrong path? (my path is below picture) > Also thank you for helping me. I am grateful to you

Re: TemplateDoesNotExist at /catalog/books/

2021-10-06 Thread Adeyemi Deji
m_term=link> > <#m_1024950781820118978_DAB4FAD8-2DD7-40BB-A1B8-4E2AA1F9FDF2> > > On Wed, Oct 6, 2021 at 3:09 PM Никита Назаров > wrote: > >> It also doesn't work. I see this error :"TemplateDoesNotExist at >> /catalog/books/ catalog/book_list.html,

Re: TemplateDoesNotExist at /catalog/books/

2021-10-06 Thread Adeyemi Deji
e=link&utm_campaign=sig-email&utm_content=webmail&utm_term=link> <#DAB4FAD8-2DD7-40BB-A1B8-4E2AA1F9FDF2> On Wed, Oct 6, 2021 at 3:09 PM Никита Назаров wrote: > It also doesn't work. I see this error :"TemplateDoesNotExist at > /catalog/books/ catalog/book_list.htm

Re: TemplateDoesNotExist at /catalog/books/

2021-10-06 Thread Никита Назаров
It also doesn't work. I see this error :"TemplateDoesNotExist at /catalog/books/ catalog/book_list.html, catalog/book_list.html" My views.py is below. Also, I checked on GitHub Mozilla ( https://github.com/mdn/django-locallibrary-tutorial/blob/master/catalog/views.py).

Re: TemplateDoesNotExist at /catalog/books/

2021-10-06 Thread Adeyemi Deji
s.BookListView.as_view(), name='books'), >> path('book/', views.BookDetailView.as_view(), name='book-detail' >> ), >> ] >> >> >> >> >> ср, 6 окт. 2021 г. в 12:45, Adeyemi Deji : >> >>> for example. >>>

Re: TemplateDoesNotExist at /catalog/books/

2021-10-06 Thread Adeyemi Deji
>> >> On Wed, Oct 6, 2021 at 11:32 AM Никита Назаров >> wrote: >> >>> Hello! >>> Thank you! >>> I'm sorry. How could I do this? >>> >>> среда, 6 октября 2021 г. в 11:20:19 UTC+3, adeyem...@gmail.com: >>>

Re: TemplateDoesNotExist at /catalog/books/

2021-10-06 Thread Никита Назаров
ита Назаров > wrote: > >> Hello! >> Thank you! >> I'm sorry. How could I do this? >> >> среда, 6 октября 2021 г. в 11:20:19 UTC+3, adeyem...@gmail.com: >> >>> Hi, I observed that you didn't specify the template name attribute for >>&g

Re: TemplateDoesNotExist at /catalog/books/

2021-10-06 Thread Adeyemi Deji
>> 'django.contrib.auth.password_validation.UserAttributeSimilarityValidator', >>> >>> }, >>> >>> { >>> >>> 'NAME': >>> 'django.contrib.auth.password_validation.MinimumLengthValidator', &

Re: TemplateDoesNotExist at /catalog/books/

2021-10-06 Thread Никита Назаров
ay, October 5, 2021 at 10:37:19 PM UTC+2 nazni...@gmail.com wrote: > >> Hello! >> I’m beginner in Django. I do Django Tutorial from Mozilla. >> I get TemplateDoesNotExist at /catalog/books/ . Could you help me?. I >> don’t understand how to resolve it. >> >>

Re: TemplateDoesNotExist at /catalog/books/

2021-10-06 Thread Adeyemi Deji
la. > I get TemplateDoesNotExist at /catalog/books/ . Could you help me?. I > don’t understand how to resolve it. > > */catalog/urls* > > from django.urls import path > > from . import views > > urlpatterns = [ > > path('', views.index, name='inde

TemplateDoesNotExist at /catalog/books/

2021-10-05 Thread Никита Назаров
Hello! I’m beginner in Django. I do Django Tutorial from Mozilla. I get TemplateDoesNotExist at /catalog/books/ . Could you help me?. I don’t understand how to resolve it. */catalog/urls* from django.urls import path from . import views urlpatterns = [ path('', views.index, n