Category "flask"

AssertionError: View function mapping is overwriting an existing endpoint function: main

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

Insert a document with Flask-PyMongo

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

flask just refresh templated portion of page

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