BrewCenter / BrewCenterAPI

An open source api for managing homebrewing related data.
32 stars 11 forks source link

Switch all views to use viewsets and the DRF router instead of url patterns #50

Closed MichaelWashburnJr closed 7 years ago

MichaelWashburnJr commented 7 years ago

All the views we currently use need to be switched to use viewsets and the default router: http://www.django-rest-framework.org/api-guide/viewsets/