Flask is a micro-framework for Python based on Werkzeug, Jinja 2 and good intentions.

learn more… | top users | synonyms

5
votes
1answer
64 views

Subclassing Flask for Permissions with Google App Engine

I'm trying to set up a very lightweight permission system using Google App Engine and Flask. The end result I am hoping for is that each individual view is its own permission, and in an admin panel ...
1
vote
0answers
139 views

First flask app critique

I just started with Python a month ago, and with Flask this week. This is my first project. I am curious about general style, proper use of Python idioms, and Flask best-practices. ...