"""gunicorn entry point: gunicorn -w 2 -b 0.0.0.0:8080 wsgi:app""" from mediashelf.app import create_app app = create_app()