Category "flask"

Changing the active class of a link with the twitter bootstrap css in python/flask

I got the following html snippet from my page template.html. <ul class='nav'> <li class="active"><a href='/'>Home</a></li>

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