EducatedCamels / djangazon

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

added template and function for shopping cart view #40

Closed briwyatt closed 7 years ago

briwyatt commented 7 years ago

1. TITLE:

added template and function for shopping cart view

2. STATUS:

view shows

3. DESCRIPTION:

Rationale(reason behind updated changes)

Expected behavior of changes add a shopping cart function

4. RELATED TICKETS:

added template and function for shopping cart view

5. FILES CHANGED:

templates/shopping_cart.html urls.py shopping_cart_view.py views.py

6. STEPS TO RUN PROJECT:

Run steps

point command line ./damnit_django.sh python manage.py runserver

8. TESTING THE CODE:

runserver make sure there are no running errors go to extension: /shopping_cart/ see that my shopping cart view is running

Description This PR holds the shopping cart function allowing the user to open their open order or start a new order

How to run in command line point command line ./damnit_django.sh python manage.py runserver

For reference: Bangazon Employee Handbook: Pull Requests

Deanomatic commented 7 years ago

All clear for me 🍰