Skip to content

spchuang/flask-dokku-bootstrap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

INTRODUCTION

This is a basic Flask (Python microframework) boilerplate starter for my dokku deployments. I use it for quickly bootstrap a small app and prototype without having to structure my app.

It is based on the Fbone for the best practices and app structure.

Feel free to use it and start your own Flask projects!

FEATURES

Problem Install mysql-python on new mac

Error

clang: error: unknown argument: '-mno-fused-madd' [-Wunused-command-line-argument-hard-error-in-future]

Fix

export ARCHFLAGS="-Wno-error=unused-command-line-argument-hard-error-in-future"

Start (Local setup)

virtualenv .pyenv
source .pyenv/bin/activate

Deploy

This is deployed with gunicorn.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages