Miguel Grinberg
Miguel Grinberg
This looks good, thanks for sharing it. I think given the lack of interest from the Flask team in preserving features of the framework that worked before, such as the...
You are supposed to create the .env files and enter the secrets there.
Do you have the book? This is explained there. This is a book in tutorial form. You are supposed to follow the book chapters in order. By the time you...
I don't know, you may need to contact my publisher (O'Reilly Media) to find out, as I don't manage the sale of the book. There is even a Chinese translation...
The problem is that you are trying to attach two Flask-SQLAlchemy extensions to the same Flask app instance. This suggests you are not creating a brand new app for each...
What is the URL that appears in the address bar when you are seeing the login page in the browser?
I guess you can. I'm not sure if it makes sense outside of a login flow, but `request.args.get('next')` should give you whatever is in the next argument. You can add...
I don't understand what you are saying that happens that is wrong. Is it just the 1 exit code? Or are there migrations that are not being applied as well?...
Actually, I wonder if you have a bad logging configuration, which prevents Alembic from printing error messages. This used to be an issue a while ago. If you created your...
I think it is going to have to be more involved to properly document this. First of all, providing a link to an issue in the documentation is not appropriate....