Skip to content

Instantly share code, notes, and snippets.

View cecepm's full-sized avatar

Cecep Mahbub cecepm

  • Jakarta, Indonesia
View GitHub Profile
@cecepm
cecepm / gist:5641044
Created May 24, 2013 03:07
Using south on existing django apps

Using south on existing django apps

Initial convert

On one of your django instance

./manage.py syncdb
./manage.py convert_to_south <app_name>

To apply on another django instance (other development env or on production server)

@cecepm
cecepm / gist:5628827
Last active April 1, 2019 04:12
Setup ZSH with help from oh-my-zsh

Setup ZSH with help from oh-my-zsh

iTerm in action

Installing oh-my-zsh

Clone repository

git clone git://github.com/robbyrussell/oh-my-zsh.git ~/.oh-my-zsh
@cecepm
cecepm / gist:5113864
Last active December 14, 2015 16:19
Install Graphite on CentOS 6 using virtualenv