Skip to content
This repository was archived by the owner on Aug 26, 2021. It is now read-only.

heroku-python/flask-heroku

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Flask-Heroku

This is a simple Flask extension that sets configuration defaults for Heroku-esque environment variables.

This is far from conclusive. Send a pull request to add a new service!

Usage

Usage is pretty simple:

from flask import Flask
from flask.ext.heroku import Heroku

app = Flask(__name__)
heroku = Heroku(app)

Configuration is already set up:

>>> app.config['SQLALCHEMY_DATABASE_URI']
postgres://...

Alternatively, Flask's application factory pattern is supported:

heroku = Heroku()
# Then, later...
heroku.init_app(app)

Install

Installation is simple:

$ pip install flask-heroku

About

[DEPRECATED] Heroku environment variable configurations for Flask.

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 13

Languages

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy