Skip to content

Instantly share code, notes, and snippets.

View amani-joseph's full-sized avatar
💭
php, angular, react, nextjs, js, python, & java

Joseph Amani amani-joseph

💭
php, angular, react, nextjs, js, python, & java
View GitHub Profile
@amani-joseph
amani-joseph / DEPLOYING-DJANGO-APPS-TO-HEROKU.md
Created March 26, 2022 13:51 — 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:

@amani-joseph
amani-joseph / django_cheat_sheet.md
Created March 19, 2022 19:37 — forked from bradtraversy/django_cheat_sheet.md
Django command cheat sheet

Django 2.x Cheat Sheet

Creating a virtual environment

We need to create a virtual env for our app to run in: More Here Run this command in whatever folder you want to create your venv folder

python -m venv ./venv
@amani-joseph
amani-joseph / README-Template.md
Created March 18, 2022 22:45 — forked from PurpleBooth/README-Template.md
A template to make good README.md

Project Title

One Paragraph of project description goes here

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites