41. Git 'er Done Fast! Developing Apps for the Cloud with Django and PyMongo in 30 Minutes or Less

Type:
Poster
Audience level:
Novice
Category:
Cloud
March 11th 8:30 a.m. – 8:35 a.m.

Description

Close your laptop lids and stop updating your Twitter stream! All it's going to take is 30 minutes of your time to turn yourself into a Django web app developing, MongoDB crushing machine. In this technical talk we'll start by coding our app up in Django, unleash the power of PyMongo on MongoDB and then deploy everything to the cloud with Git.

Abstract

In this technical talk we'll start by coding our app up in Django, unleash the power of PyMongo on MongoDB and then deploy everything to the cloud with Git. Plenty of tips, tricks, looks under the hood and assorted command-line fu to answer a few questions you didn't even know you had concerning PyMongo, MongoDB, Django and Git.

Outline: - Create a new Django project on OpenShift - Create a model/view/template for saving/retrieving data from MongoDB - Deploy and administer the Django application