Automatically run Django's collectstatic
command
#5
Labels
classic buildpack parity
Features required for parity with the classic Heroku Python buildpack
The classic Heroku Python buildpack automatically runs the Django collectstatic command:
https://github.com/heroku/heroku-buildpack-python/blob/main/bin/steps/collectstatic
Something similar to that should be added to the Python CNB for parity with the classic buildpack.
We should also bear in mind:
Django docs:
Internal tracking epic
The text was updated successfully, but these errors were encountered: