Does anyone know why I can't overwrite an existing endpoint function if i have two url rules like this app.add_url_rule('/', view_func=Main.as
I have a MongoDB database and I want to use Flask-PyMongo to work with it in my Flask app. How do I add a database and a collection so I can add user documents
I have a simple flask app that uses templates. Every time I click somewhere on the navigation (in the base.html) it refreshes the entire page, I'd rather it j