EducatedCamels / djangazon

Django powered web application for Bangazon site
0 stars 0 forks source link

made last 20 products visible on home page. Changed product detail to… #34

Closed jamestonkin closed 7 years ago

jamestonkin commented 7 years ago

… show nav bar at top.

1. TITLE:

Made last 20 products visible on home page. Changed product detail to show nav bar at top.

2. STATUS:

Ready

3. DESCRIPTION:

Shows latest 20 products on home page. Also made navbar visible on product detail page.

4. RELATED TICKETS:

18

5. FILES CHANGED:

modified: website/templates/index.html modified: website/templates/product/product_detail.html modified: website/urls.py modified: website/views/product_details_view.py modified: website/views/views.py

6. STEPS TO RUN PROJECT:

./damnit_django.sh python manage.py runserver

8. TESTING THE CODE:

Check to make sure latest 20 products show on home page. Add a new product and ensure it goes to top of the 20 list. Click link of a product on home page to ensure it goes to that products detail page. Check to make sure navbar is on product detail page.

For reference: Bangazon Employee Handbook: Pull Requests

kayrahbear commented 7 years ago

bitmoji

Great job integrating the nav bar to other views. Everything looks great!