django
Deploying Django application on Openshift online for free
Deploying a Django application involves some configuration whichever the hosting provider is. This is a step-by-step guide explaining how to deploy your Django application to Redhat Openshift for free.
Getting user timezone from IP in Django
Sometimes we might need to filter content based on the user's timezone. This guide explains how to find user's timezone in Django.
Ubuntu: Django bash auto-completion
Autocompletes come handy when you want to execute a lengthy command. Here's how you can add Django bash completion in Ubuntu.
Installing LiClipse on Ubuntu
LiClipse is a lightweight version of the most popular Eclipse IDE customized for Python development. Here is a guide to install it on Ubuntu.
Deploying Django application on Heroku
Heroku is one of the easy-to-use Paas service to deploy your applications. This is a step-by-step guide explaining how to deploy your Django application to Heroku for free.