Skip to content

Instantly share code, notes, and snippets.

View alesanchezr's full-sized avatar
🎩
Teaching and Coding

Alejandro Sanchez alesanchezr

🎩
Teaching and Coding
View GitHub Profile
@alesanchezr
alesanchezr / installing_django.md
Created November 10, 2017 20:26 — forked from prodeveloper/installing_django.md
Installing Django on Cloud 9

In today's lesson we are going to look at installing django to cloud9.

Django is a web framework that will enable us to quickly write and deploy our web apps.

It's homepage defines it as:

    Django is a high-level Python Web framework that encourages rapid development and clean, pragmatic design. Built by experienced developers, it takes care of much of the hassle of Web development, so you can focus on writing your app without needing to reinvent the wheel.

Typically installations can be a bit painful involving setting up django and python involves a series of steps. Specifically