ykdojo / editdojo2

This used to be Edit Dojo's private repo - now it's public.

Home Page:https://www.csdojo.io/edit

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Learn how to set up this Django project on Heroku

ykdojo opened this issue · comments

commented

Working on this now.

commented

Following this tutorial for setting up Postgres now: https://medium.com/agatha-codes/painless-postgresql-django-d4f03364989

commented

Set up environment variables in .bash_profile on my Mac like this:

export TEST_VARIABLE='aaaaahhhh'

Looks like there's an easy, in-browser way to set up the same thing on Heroku:
https://devcenter.heroku.com/articles/config-vars

commented

Done with the tutorial above.

I'm probably going to follow this one next: https://medium.com/agatha-codes/9-straightforward-steps-for-deploying-your-django-app-with-heroku-82b952652fb4

commented

Next step: set up Postgres for this