Skip to content

Smerity/Hip-Flask

Repository files navigation

Hip-Flask: Take a swig

Hip-Flask integrates many standard Flask extensions to provide a solid basis for starting a new project.

Features

  • Implemented OpenID through Flask-OpenID
  • Simple AJAX to Python calls using Flask-Sijax
  • Protected Admin section
  • Secure Sessions via ItsDangerous
  • Integration of Flask components into Twitter Bootstrap
  • Useful extensions including Markdown integration for simpler HTML and transparent asset versioning through last-modified timestamps

Before Use

  • Create an appropriately strong secret key for use by the application (see: config.py)
  • (Optional) Set the appropriate options for Flask-SQLAlchemy and Flask-Mail (see: config.py)
  • Persist the user (see: oid.py)
  • Make the Admin section more presentable by removing the haxxor access ;) (see: views.py)
  • Create something useful and prosper!

About

*Deprecated*

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published