Flask-Diamond is a batteries-included Flask framework.
Project description
Flask-Diamond is a batteries-included Flask framework. Easily scaffold a working application with sensible defaults, then override the defaults to customize it for your goals.
Overview
Flask-Diamond imports many other Flask extensions and glues them all together. The end result is a model administration view, accounts and high-level account operations (e.g. password reset), testing, documentation, deployment, and more.
Usage
The following steps will create a new Flask-Diamond application.
mkdir my-application cd my-application mkvirtualenv -a . my-application pip install Flask-Diamond flask-diamond app . make install docs test db server
You will need Python 2.7 or 3.4+, pip, virtualenv, and virtualenvwrapper. Please see the documentation for more information.
Documentation
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.