heroku-buildpack-python icon indicating copy to clipboard operation
heroku-buildpack-python copied to clipboard

A demonstration version of the official Heroku buildpack for Python apps, showing how Django deployment can be further simplified.

Results 15 heroku-buildpack-python issues
Sort by recently updated
recently updated
newest added

Bumps [heroku_hatchet](https://github.com/heroku/hatchet) from 7.3.4 to 8.0.0. Changelog Sourced from heroku_hatchet's changelog. 8.0.0 Breaking change: Delete apps on teardown. Previously hatchet would delete apps lazily to help with debugging. This behavior...

dependencies
ruby

Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.36.0 to 1.46.0. Release notes Sourced from rubocop's releases. RuboCop 1.46 New features #11569: Support TargetRubyVersion 3.3 (experimental). (@​koic) Bug fixes #11574: Fix a broken shorthand syntax...

dependencies
ruby

Bumps [rspec-core](https://github.com/rspec/rspec-core) from 3.11.0 to 3.12.1. Changelog Sourced from rspec-core's changelog. 3.12.1 / 2023-02-03 Full Changelog Bug fixes: Prevent multiple calls to extra_failure_lines from adding additional whitespace around them when...

dependencies
ruby

Bumps [rspec-expectations](https://github.com/rspec/rspec-expectations) from 3.11.1 to 3.12.2. Changelog Sourced from rspec-expectations's changelog. 3.12.2 / 2023-01-07 Full Changelog Bug Fixes: Prevent deprecation warning when using the exist matcher with Dir. (Steve Dierker,...

dependencies
ruby

Bumps [rubocop-rspec](https://github.com/rubocop/rubocop-rspec) from 2.13.2 to 2.17.1. Release notes Sourced from rubocop-rspec's releases. RuboCop RSpec v2.17.1 Fix a false negative for RSpec/Pending when using skipped in metadata is multiline string. (@​ydah)...

dependencies
ruby

Since deployment depends on using Git to manage the project, include specific instructions for what to track with Git for a successful deployment.

The project currently has the same name as the official Heroku Python buildpack. This project specifically builds Django projects, and focuses on auto-configuration. Perhaps a more specific name would be...

Is there a way to use the most recent version of Python runtime that Heroku supports, without hard-coding it?

Current instructions say this assumes you're already using Git to track the project and have the Heroku CLI installed. But people also need to have a requirements.txt or Pipfile. Mention...

Write a script that builds an instance of the learning log project, deploys it, and opens the project.