Skip to content

PlumpMath/cookiecutter-flask-sandboy

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cookiecutter-flask-sandboy

A Flask-Sandboy template for cookiecutter.

Build Status

Use it now

pip install cookiecutter
cookiecutter https://github.com/opyate/cookiecutter-flask-sandboy.git

You will be asked about your basic info (name, project name, app name, etc.). This info will be used in your new project.

Features

  • Flask-Sandboy for quick REST on your models
  • Flask-SQLAlchemy with basic model
  • Easy database migrations with Flask-Migrate
  • Procfile for deploying to a PaaS (e.g. Heroku)
  • One-click deploy for Heroku
  • pytest and Factory-Boy for testing (example tests included)
  • A simple manage.py script.
  • Caching using Flask-Cache
  • Utilizes best practices: Blueprints and Application Factory patterns

Opinions

This template has the following opinions:

  • the test database must be the same as the development database must be the same as the production database

Inspiration

License

MIT licensed.

Changelog

0.1.1 (2015-07-02)

  • Add extra model to show relations

0.1.0 (2015-06-16)

  • First iteration
  • Sandboy integration
  • Working demo model

About

A Flask-Sandboy template for cookiecutter.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%