Flask-Web-App-Tutorial icon indicating copy to clipboard operation
Flask-Web-App-Tutorial copied to clipboard

Code for the note storing flask web app made during a YouTube video.

Results 102 Flask-Web-App-Tutorial issues
Sort by recently updated
recently updated
newest added

there should be a badge to identify which account is Log in, that's is for someone with multiple accounts. it will make it easy know which account is logged in...

I'm getting this "Not Found The requested URL was not found on the server. If you entered the URL manually please check your spelling and try again."every time i run...

i want to edit .css

http://127.0.0.1:5000/login?next=%2F it says template not found File "C:\Users\user\PycharmProjects\pythonProject18\venv\Lib\site-packages\flask\app.py", line 2548, in __call__ return self.wsgi_app(environ, start_response) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "C:\Users\user\PycharmProjects\pythonProject18\venv\Lib\site-packages\flask\app.py", line 2528, in wsgi_app response = self.handle_exception(e) ^^^^^^^^^^^^^^^^^^^^^^^^ File "C:\Users\user\PycharmProjects\pythonProject18\venv\Lib\site-packages\flask\app.py", line 2525,...

Traceback (most recent call last): File "C:\Users\hugotk\AppData\Local\Programs\Python\Python310\lib\site-packages\flask\app.py", line 2548, in call return self.wsgi_app(environ, start_response) File "C:\Users\hugotk\AppData\Local\Programs\Python\Python310\lib\site-packages\flask\app.py", line 2528, in wsgi_app response = self.handle_exception(e) File "C:\Users\hugotk\AppData\Local\Programs\Python\Python310\lib\site-packages\flask\app.py", line 2525, in wsgi_app response...

Hi, I'm not able to create the collapse navbar toggle button. When I minimize my window to try it out, it won't collapse. Can anyone help me with this please?...

pip install -r requirements.txt

Flask-SQLAlchemy 3 no longer accepts an app argument to methods like create_all. Instead, it always requires an active Flask application context. There is no need for that create_database function. SQLAlchemy...

Base code doesn't work following the instructions in the readme. This fixes the issue.