Closed sarawithad closed 7 years ago
Created Product_Type Class to expose Product_Type resource in API per Client's request
Working and ready to be merged, will need to be tested at later date
Yes (migrated on Dara's machine but you'll need to run migrations locally)
Product_Type should now show up in API root directory
models.py views.py serializers.py urls.py
Once in Sprint_1 directory and have pulled branch down run the following: python manage.py makemigrations API python manage.py migrate
Need to come back to this at later date
Ran it and it all works as expected! Go for it!
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