This commit is contained in:
Kenneth Reitz
2012-03-26 04:36:56 -04:00
parent 73acb27e3b
commit bc0b5a5123
2 changed files with 4 additions and 1 deletions
+3
View File
@@ -20,3 +20,6 @@ class Heroku(object):
# Flask-GoogleFed
self.app.config.setdefault('GOOGLE_DOMAIN', environ.get('GOOGLE_DOMAIN'))
# Celery w/ RabbitMQ
self.app.config.setdefault('BROKER_URL', environ.get('RABBITMQ_URL'))
+1 -1
View File
@@ -11,7 +11,7 @@ from setuptools import setup
setup(
name='flask-heroku',
version='0.1.1',
version='0.1.2',
url='https://github.com/kennethreitz/flask-heroku',
license='BSD',
author='Kenneth Reitz',