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
Missing colon on line 55 (except Syrup.DoesNotExist) Missing colon on line 60 (def get(self, request, *args, **kwargs))
(this is the case in both the PDF and the GitHub repo) https://github.com/feldroy/two-scoops-of-django-3.x/blob/master/code/chapter_17_example_11.py
Insert missing colons in line 55 and 60 of the code and text.
Dave Molk
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Location within the Book
Description
Missing colon on line 55 (except Syrup.DoesNotExist)
Missing colon on line 60 (def get(self, request, *args, **kwargs))
(this is the case in both the PDF and the GitHub repo)
https://github.com/feldroy/two-scoops-of-django-3.x/blob/master/code/chapter_17_example_11.py
Possible Solutions
Insert missing colons in line 55 and 60 of the code and text.
Your full name so we can provide accurate credit within the book
Dave Molk
The text was updated successfully, but these errors were encountered: