Skip to content

Instantly share code, notes, and snippets.

@FloWambui
FloWambui / DEPLOYING-DJANGO-APPS-TO-HEROKU.md
Created May 27, 2022 12:55 — 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:

@FloWambui
FloWambui / semantic-commit-messages.md
Created February 25, 2022 21:11 — forked from joshbuchea/semantic-commit-messages.md
Semantic Commit Messages

Semantic Commit Messages

See how a minor change to your commit message style can make you a better programmer.

Format: <type>(<scope>): <subject>

<scope> is optional

Example