FlaskSeries
FlaskSeries copied to clipboard
This is the Code from my Flask Series - JimShapedCoding. Each Folder is a checkpoint where we stopped at that particular episode number
Length error on user / password fields never raise for me because they are automatically caugth front side (Chrome 104 && Firefox 105) which prevents the request from being sent....
The SQLAlchemy module doesn't work anymore so 75% of the tutorial can't be followed from the database part onwards. Can you please send the requirements.txt file so we can install...
I tried to create a user with an email address that does not exists in the database but it showed me an error that the email already exists. It happened...
I have this problem with "@app.route('/market') def market_page(): **items = Item.query.all()**