Skip to content

Instantly share code, notes, and snippets.

View brian-kim31's full-sized avatar
:shipit:
Focusing

Brian Kiiru Kim brian-kim31

:shipit:
Focusing
View GitHub Profile
@brian-kim31
brian-kim31 / DEPLOYING-DJANGO-APPS-TO-HEROKU.md
Created July 20, 2020 19:34 — forked from newtonkiragu/DEPLOYING-DJANGO-APPS-TO-HEROKU.md
Deploying Django Applications to heoroku

How to Deploy Django Applications on Heroku

Install heroku CLI

Sign up to Heroku.

Then install the Heroku Toolbelt. It is a command line tool to manage your Heroku apps

After installing the Heroku Toolbelt, open a terminal and login to your account:

@brian-kim31
brian-kim31 / Working with branches
Created April 11, 2019 06:40 — forked from ann-mukundi/Working with branches
CP-readiness: git branches
Create a github account here
Create a new repository on github with the name cp-readiness
Follow the instructions to push an existing repository from the command line
In your local machine, create a branch called recipes
Switch to the new branch
In a folder called recipe, create a file called tea.txt
Add the changes to staging
Push to the recipes branch