Flask-Web-App-Tutorial
Flask-Web-App-Tutorial copied to clipboard
Code for the note storing flask web app made during a YouTube video.
Good afternoon, I seem to be having an issue with my code when it comes to overwriting the python portion in the authentication.py doc "AssertionError: View function mapping is overwriting...
it is no longer working if you don't beilieve me check it out yourself it is deprecated
Im having issues below. It's about when I type the _,methods=['GET", 'POST']_ behind @auth.route (pic.1). The program cannot run and the website occur like this (pic.2). Have anyone met this...
After adding a note and then trying to delete that note, nothing happens. When the page is reloaded manually, a duplicate of the previous note gets added. This occurred right...
Traceback (most recent call last): File "c:\Users\simpf\Downloads\web dovolepment\main.py", line 4, in app = create_app() File "c:\Users\simpf\Downloads\web dovolepment\website\__init__.py", line 7, in create_app from .views import views ImportError: cannot import name 'views'...
ImportError: cannot import name 'Flask' from 'flask' (unknown location) code , website , template , folders , interpreter all right . I am editing this project in pycharm , what...
No problem! _Originally posted by @Bludenz in https://github.com/techwithtim/Flask-Web-App-Tutorial/issues/41#issuecomment-1059731878_
Hi Tim, I am trying to access the app.config from init.py in views.py but it is not recognising **app**.config I am using the same file structure as you. I just...