Nickwang3 / EE461LProject

0 stars 0 forks source link

Clean up views and group related views into view sets or some other grouping #90

Closed Nickwang3 closed 4 years ago

Nickwang3 commented 4 years ago

Right now views.py is pretty messy and contains a long list of individual functions. If we can group these into related classes it would help the readability greatly.

Resource to use: https://www.django-rest-framework.org/api-guide/views/

Take a look at views, viewsets, and generic views for completing this issue.