EducatedCamels / djangazon

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

Added is local option to product #43

Closed Deanomatic closed 7 years ago

Deanomatic commented 7 years ago

1. TITLE:

User can add a city when selling a product

2. STATUS:

Ready

3. DESCRIPTION:

Rationale(reason behind updated changes) User needs a way to specify if their product is for sell locally or not. Expected behavior of changes User is now able to say if product is for sale locally

4. RELATED TICKETS:

3

5. FILES CHANGED:

ebsite/forms.py website/models.py templates/product/product_detail.html /views/views.py

6. STEPS TO RUN PROJECT:

Installation and run Steps

Cady and paste commands if you wish.

git fetch ds-add-city git checkout ds-add-city ./damnit_django.sh python manage.py runserver

Register and check all functionality

For reference: Bangazon Employee Handbook: Pull Requests

kayrahbear commented 7 years ago

bitmoji

Works for me!