Get Django (Document)
Get TastyPie - for RESTful API (Document)
Get MongoDB (Document)
Get MongoEngine (Document)
Get TastyPie_MongoEngine (Document)
Get CORS Headers Django APP - to allow cross origin resource sharing to enable Backend-FrontEnd seemless communication : change middleware in settings.py; include corsheaders app in settings.py installed_apps
Get Backbonejs/underscorejs for frontend structuring
Need to hard-link two folders in your mac, the ~/Sites/clipr/ to ~/Django/clipr/public_html/ ; Use bindfs from google
sudo port install bindfs sudo bindfs ~/source_dir ~/target_dir
Now you can write code in ~/Django/clipr/public_html; and it gets pushed to ~/Sites/clipr/
View your code in localhost/~arpit/clipr/