Location within the Book
- Book order number: 12445
- Book build date (Is the date on page 1): 2021-06-02
- Book format (PDF, Epub or Mobi): PDF
- Chapter or Appendix: 57
- Section: 3
Description
So we can test it, add CheeseUpdateView to the imports...
CheeseUpdateView isn't used in test_views.py, nor is CheeseCreateView, which is also in the list of imports.
Possible Solutions
The only imports from ..views in test_views.py should be CheeseDetailView and CheeseListView.
Location within the Book
Description
CheeseUpdateViewisn't used in test_views.py, nor isCheeseCreateView, which is also in the list of imports.Possible Solutions
The only imports from
..viewsin test_views.py should beCheeseDetailViewandCheeseListView.