Search Products - Django Wednesdays ECommerce 26

Описание к видео Search Products - Django Wednesdays ECommerce 26

In this video we'll build out the ability to search products in our ecommerce site with Django.

Search is pretty simple with Django, it's just a query of the database.

We'll build out the ability to search product names, as well as descriptions...

#django #codemy #JohnElder

Timecodes

0:00​​ - Introduction
0:42 - Create Search URL
1:05 - Create Search View
1:33 - Create Search HTML Page
2:13 - Add Link to Navbar
2:55 - Add Search Form
6:27 - Get Searched Stuff From Form
9:04 - Query The Product Model
12:15 - Output Results on Page
13:00 - No Results
14:25 - Style Our Results
16:30 - Add a Description
17:00 - Query Descriptions
20:20 - Conclusion

Комментарии

Информация по комментариям в разработке