/flask_tutorial

A blog app made using Flask, Jinja, and SQlite

Primary LanguagePython

I made a simple blog app using Flask

I followed this tutorial

Some things I learned and that this tutorial taught:

  • Flask Blueprints
  • Jinja Templates
  • SQLite Databases

TO DO:

  1. Debug auth.py for registration handling
  2. Debug blog.py for post creation errors
  • a post will be authored by all existing users minus the creator
  1. Stylize
  2. Deploy to web(maybe)