Code for a living
Sunday, March 22, 2015
Worldwide Airport Distribution
›
Feeling motivated after reading the Let's Make a Map tutorial by Mike Bostock, I decided to look for something to put on the world map....
Sunday, March 1, 2015
Migrating Django database from one vendor to another
›
Overview Database migration involves Recreating database schema (Database objects like tables, constraints, triggers, ...) Copying of d...
2 comments:
Wednesday, February 11, 2015
Connecting Django to Oracle database using service name
›
These are steps for connecting Django to Oracle database using service name. It is tested with Django 1.7 running on Ubuntu 14.04. Ensure ...
1 comment:
Installing cx_oracle on Ubuntu
›
The following instructions were tested on Ubuntu 14.04. The main challenge is installing Oracle Instant Client. It is assumed that no Oracle...
Home
View web version