https://github.com/klen/Flask-Foundation
Quick start with Flask
https://github.com/klen/Flask-Foundation
Last synced: over 1 year ago
JSON representation
Quick start with Flask
- Host: GitHub
- URL: https://github.com/klen/Flask-Foundation
- Owner: klen
- License: other
- Archived: true
- Created: 2012-07-11T19:31:49.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2013-04-01T19:13:18.000Z (over 13 years ago)
- Last Synced: 2024-10-31T22:32:27.110Z (over 1 year ago)
- Language: Python
- Size: 791 KB
- Stars: 154
- Watchers: 20
- Forks: 14
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: Changelog
- License: LICENSE
Awesome Lists containing this project
README
Flask-Foundation
================
[](http://travis-ci.org/klen/Flask-Foundation)
> Quick start with Flask.
> This is a template for a simple creating website with Flask.
> Use it as a starting point to create something more unique.
It includes:
* [Flask-Admin](https://github.com/mrjoes/flask-admin/) (administration);
* [Flask-Script](http://github.com/rduplain/flask-script) (administration);
* [Flask-Cache](http://packages.python.org/Flask-Cache/) (cache);
* [Flask-Debugtoolbar](https://github.com/mgood/flask-debugtoolbar) (debug);
* [Flask-Babel](http://github.com/mitsuhiko/flask-babel) (i18n);
* [Flask-WTF](http://github.com/rduplan/flask-wtf) (forms);
* [Flask-Bootstrap](http://github.com/mbr/flask-bootstrap) (markup);
* [Flask-Mail] (https://github.com/mattupstate/flask-mail) (mail);
* [Flask-Squll](http://github.com/thrisp/flask-squll) (ORM);
* [Alembic](http://pypi.python.org/pypi/alembic/0.3.5) (ORM);
* [Flask-Testing](http://packages.python.org/Flask-Testing/) (testing);
* Included user authentication system;
* Usefull makefile shortcuts (make run, make db and etc);
Preview
-------
Working example: http://foundation.node42.org/

Requirements:
------------
* Python 2.6 (importlib, unittest2)
* Python 2.7
Instalation:
------------
$ git clone https://github.com/klen/Flask-Foundation.git
$ cd Flask-Foundation
$ make db
Usage:
------
Run development server:
$ make run
See also:
$ ./manage.py