We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
So we can test it, add CheeseUpdateView to the imports...
CheeseUpdateView
CheeseUpdateView isn't used in test_views.py, nor is CheeseCreateView, which is also in the list of imports.
CheeseCreateView
The only imports from ..views in test_views.py should be CheeseDetailView and CheeseListView.
..views
CheeseDetailView
CheeseListView
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Location within the Book
Description
CheeseUpdateView
isn't used in test_views.py, nor isCheeseCreateView
, which is also in the list of imports.Possible Solutions
The only imports from
..views
in test_views.py should beCheeseDetailView
andCheeseListView
.The text was updated successfully, but these errors were encountered: