Skip to content

Instantly share code, notes, and snippets.

@byteusall
byteusall / Django.py
Created May 25, 2014 22:02
Install Django on Pythonista
#pipista is required to run
import pipista
pipista.pypi_download('Django', '1.6.5')
from urllib import urlretrieve
import tarfile
import shutil
import os
print 'Installing django...'