EducatedCamels / Sprint_1

Group project
0 stars 2 forks source link

Product_Type resource now exposed in API #26

Closed sarawithad closed 7 years ago

sarawithad commented 7 years ago

1. TITLE:

Created Product_Type Class to expose Product_Type resource in API per Client's request

2. STATUS:

Working and ready to be merged, will need to be tested at later date

3. MIGRATIONS:

Yes (migrated on Dara's machine but you'll need to run migrations locally)

4. DESCRIPTION:

Product_Type should now show up in API root directory

5. RELATED TICKETS:

6. FILES CHANGED:

models.py views.py serializers.py urls.py

7. STEPS TO RUN PROJECT:

Once in Sprint_1 directory and have pulled branch down run the following: python manage.py makemigrations API python manage.py migrate

8. TESTING THE CODE:

Need to come back to this at later date

For reference: Bangazon Employee Handbook: Pull Requests

Deanomatic commented 7 years ago

Ran it and it all works as expected! Go for it!