sydneyhill3901 / CSI2999

Project
MIT License
0 stars 0 forks source link

Sprint 11: Refactor Views/Models to move query login into the models #179

Open mooremk95 opened 4 years ago

mooremk95 commented 4 years ago

Refactor the view funcitons and model classes. Logic regarding queries should be implemented as methods in the models called by the view functions. This allows testability via the django testing suite.