Atch0um / flask_extended_template

Flask template with basic tools to start your site / webservice

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Flask extended template

Purpose

This project is a basic Flask application with some extended features. It intends to be :

  • A simple starter kit to quickly set a Flask application.

Features

  • Out of the box application tree, Gunicorn friendly
  • Classic web lib pre-installed : Bootstrap, JQuery
  • Config file example
  • Templates organisation example, with a main template and specific ones wich inherits from the main
  • Interface example, wich proposes : navigation menu, main container and sticky footer
  • SQL Alchemy module, based on GitHub SQLAlchemy custom init file project (https://github.com/Obero/custom_sqla_init)

Dependencies

Python 2.7

Installed with pip

  • Flask 0.10.1
  • SQLAlchemy 1.0.8
  • Flask-SQLAlchemy-Session

Other libraries

  • Booststrap 3.3.5
  • JQuery 2.1.4

Note : These modules are evolving pretty fast. It is recommended to quickly check compatibility before updating it.

About

Flask template with basic tools to start your site / webservice

License:BSD 2-Clause "Simplified" License


Languages

Language:Python 52.3%Language:HTML 35.2%Language:CSS 9.3%Language:JavaScript 3.3%