An open API service indexing awesome lists of open source software.

https://github.com/imiric/flask-scaffold

Base Flask project
https://github.com/imiric/flask-scaffold

Last synced: 10 months ago
JSON representation

Base Flask project

Awesome Lists containing this project

README

          

Flask scaffold
==============

This is a simple skeleton project to help you get started quickly with Flask.
It defines the directory structure and a convenient configuration setup.

Requirements:

* Flask
* Fabric

Installation
------------

1. Create your virtualenv.
2. Clone this repo and run `pip install -r requirements.txt`.
3. [Generate your secret key](http://flask.pocoo.org/docs/quickstart/) and put it in
settings.py.
4. (Optional) Change all instances of `webapp` to suit your app's name.
* Rename webapp directory.
* Change `webapp` in fabfile.py.
* Change `webapp` in __init__.py.
* Change `Webapp` in settings.py.