Links tagged with “heroku”
-
bfirsh/django-docker-heroku-template
Lots of handy things to copy here.
-
Squeezing every drop of performance out of a Django app on Heroku | by Ben Firshman | Medium
About serving many requests for Arxiv Vanity, from 2017. (via /r/django)
-
kbaum/heroku-database-backups: Heroku database backups and copies to S3
I tried three versions of “back up your Heroku postgres database to S3” and this is the one that works.
-
Simple Django error logging configuration for Heroku | chrxr.com
For future reference. Just because it seemed harder than necessary to work out how to get Django errors to display in Heroku’s console.
-
A basic Celery on Heroku guide
This was also a nice write-up, with lots of handy tips, and barely out of date (a miracle, it seems).
-
benbalter/jekyll-auth
Only let people in your organisation (ie, have a GitHub account that’s part of a specified GitHub organisation) access your static Jekyll website hosted on Heroku.
-
How I Built Emojitracker — Medium
Brilliant write-up of the difficulties in developing what at first glance looks like a very simple site. Also, makes me pleased Twelescreen is simpler and less popular. (via Waxy)
-
kjohnston/pgbackups-archive
Ruby app for automating offsite backups of a Heroku postgres database to Amazon S3. I was amazed that having set up the various parts the whole thing worked first time. Brilliant.