Metadata-Version: 2.1
Name: forge-heroku
Version: 0.2.0
Summary: Work library for Forge
Home-page: https://www.forgepackages.com/
License: MIT
Keywords: django,saas,forge,framework
Author: Dave Gaeddert
Author-email: dave.gaeddert@dropseed.dev
Requires-Python: >=3.8,<4.0
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Framework :: Django :: 4
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: click (>=2.0.0)
Requires-Dist: forge-core (<1.0.0)
Requires-Dist: gunicorn (>=20.1.0,<21.0.0)
Requires-Dist: psycopg2-binary (>=2.9.3,<3.0.0)
Project-URL: Documentation, https://www.forgepackages.com/docs/
Project-URL: Repository, https://github.com/forgepackages/forge-heroku
Description-Content-Type: text/markdown

# forge-heroku

Deploy a Django project to Heroku with minimal configuration.

This package is specifically designed to work with Forge and the [Forge buildpack](https://github.com/forgepackages/heroku-buildpack-forge).


## Installation

### Forge installation

The `forge-heroku` package is a dependency of [`forge`](https://github.com/forgepackages/forge) and is available as `forge heroku`.

If you use the [Forge quickstart](https://www.forgepackages.com/docs/quickstart/),
everything you need will already be set up.

