Miguel Grinberg
Miguel Grinberg
The `NameForm` class is used in the early part of the book, more specifically in chapter 4. You are correct that eventually this form isn't used anymore and can be...
Are you using this code, or your own code? Any chance you have a mistake in your version of the code? That's as far as I can go with the...
I can't really review the code, your indentation is all wrong in this snippet, so it's hard to know exactly what the logic does.
@wormholesepiol the user id is decoded from the token.
@wormholesepiol I don't understand what is the problem you are describing. When the user clicks on the confirmation link in the email the `/confirm` route is invoked. Because of the...
This is a logic problem in your application, of which I know nothing about. The MySQL error indicates that you are writing content that is longer than the allocated size...
You are correct, this is a left over from back in the day when this tutorial had to work on both Python 2 and 3.
Unfortunately I cannot merge PRs in this repository as that creates a problem with the carefully constructed commit history.
@SSteve Can you post the version information that appears before the prompt when you start a Python interpreter? I don't recall ever seeing this when using homebrew releases of Python.
It looks like I have a newer clang compiler than yours, and I don't recall ever seeing this problem: ``` Python 3.9.6 (default, Jun 29 2021, 06:20:32) [Clang 12.0.0 (clang-1200.0.32.29)]...