Skip to content

Instantly share code, notes, and snippets.

View amenayach's full-sized avatar

Amen Ayach amenayach

View GitHub Profile
@amenayach
amenayach / django_crash_course.MD
Created December 31, 2020 16:54 — forked from bradtraversy/django_crash_course.MD
Commands for Django 2.x Crash Course

Django Crash Course Commands

# Install pipenv
pip install pipenv
# Create Venv
pipenv shell
@amenayach
amenayach / django_deploy.md
Created November 27, 2020 13:18 — forked from bradtraversy/django_deploy.md
Django Deployment - Digital Ocean

Django Deployment to Ubuntu 18.04

In this guide I will go through all the steps to create a VPS, secure it and deploy a Django application. This is a summarized document from this digital ocean doc

Any commands with "$" at the beginning run on your local machine and any "#" run when logged into the server

Create A Digital Ocean Droplet

Use this link and get $10 free. Just select the $5 plan unless this a production app.