Skip to content

Instantly share code, notes, and snippets.

View Cencious's full-sized avatar

Cencious Cencious

View GitHub Profile
@Cencious
Cencious / DEPLOYING-DJANGO-APPS-TO-HEROKU.md
Created April 3, 2023 13:02 — 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:

@Cencious
Cencious / DEPLOYING-DJANGO-APPS-TO-HEROKU.md
Created April 3, 2023 13:02 — 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: