Closed troeger closed 6 years ago
views.py became long and cluttered, so it should be refactored. Class-based views seem to solve some common issues, such as the denial of wrong HTTP methods. The refactoring should also visibly separate frontend and backend view code.
See CBV merge.
views.py became long and cluttered, so it should be refactored. Class-based views seem to solve some common issues, such as the denial of wrong HTTP methods. The refactoring should also visibly separate frontend and backend view code.