Arul's Blog

django

Deploying Django application on Openshift online for free

Thu 17 March 2016 By Arulmurugan Rajaraman comments

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.

Read more →

Getting user timezone from IP in Django

Wed 04 November 2015 By Arulmurugan Rajaraman comments

Sometimes we might need to filter content based on the user's timezone. This guide explains how to find user's timezone in Django.

Read more →

Ubuntu: Django bash auto-completion

Sun 17 August 2014 By Arulmurugan Rajaraman comments

Autocompletes come handy when you want to execute a lengthy command. Here's how you can add Django bash completion in Ubuntu.

Read more →

Installing LiClipse on Ubuntu

Tue 12 August 2014 By Arulmurugan Rajaraman comments

LiClipse is a lightweight version of the most popular Eclipse IDE customized for Python development. Here is a guide to install it on Ubuntu.

Read more →

Deploying Django application on Heroku

Sat 05 July 2014 By Arulmurugan Rajaraman comments

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.

Read more →