Posts Tagged "flask"
-
Tutorial: Roll Your Own User Authorisation Management With Flask-Login
I'll quickly go through how I did user authentication and authorisation within Flask in this project, because it's annoying having to synthesise multiple best practices into one. There are other tools, like flask-bouncer, that do this for you, but I found them far too difficult to configure in my experience. First, create...
-
Building my first production web app in Python
"Build a responsive web app with a basic CMS from scratch for the first time, with minimum understanding of user requirements, and have it production ready in two months? Sure!" This was me sarcastically at the beginning of June. I was incredibly skeptical, but the four of us interns (one...
-
AngularJS + Flask
In the past month or so I've been endeavouring to make my first proper single page web application that I can describe with all those amazing buzzwords you hear about if you're at all involved in software development (e.g. RESTful APIs, MVC Javascript app frameworks, responsive web design).