ehmatthes / heroku-buildpack-python

A demonstration version of the official Heroku buildpack for Python apps, showing how Django deployment can be further simplified.
https://ehmatthes.com/blog/simplified_heroku/
MIT License
16 stars 2 forks source link

Configure static files automatically. #7

Closed ehmatthes closed 4 years ago

ehmatthes commented 4 years ago

My project is serving static files with DISABLE_COLLECTSTATIC=1. But that's probably because these are served from a CDN.

Unset DISABLE_COLLECTSTATIC, use whitenoise, troubleshoot.

ehmatthes commented 4 years ago

Tasks