Check out the Latest Articles:
A working copy, Django, PIL, Imaging, libjpeg, mysql, git, apache, mod_wsgi, easy_install, pip, django-imagekit, cdn storage on CentOS 5.4

Install Apache, MySQL, SQLite, and other developer packages

yum install httpd-devel mysql mysql-server
yum install mysql-client mysql-devel
yum install apr-devel sqlite3 sqlite-devel
yum install libjpeg libpng gcc make autoconf
yum install libxslt gettext zlib-devel
yum groupinstall “GNOME Desktop Environment”
yum groupinstall “Development Tools”

This tutorial will assume that you are using MySQL on production and you may also use SQLite for development.  If you are using another database like PostgreSQL then you should install those files now.  Also, please note that these are not the only packages that you will need for your webserver, this should just be considered a minimum to get your django app working.

Add New User
groupadd webmaster
useradd -c “username”  -g webmaster -m -s /bin/bash username
passwd username
passw0rd
visudo

Near line 77 where it reads “root ALL=(ALL) ALL add
username ALL=(ALL) ALL

From here you can change to your user to leave the root account as is.
If you find that some of the item do not want to run you should use the sudo command

Install Python 2.6 along side of Python 2.4

libjpeg, PIL, Snow Leopard, Python2.6, _jpeg_resync_to_restart
<h2>Man this has been an error that has been getting me down lately.</h2>
<p>I have done tons of google searches for c _imaging not installed, PIL, libjpeg, Snow Leopard _jpeg_resync_to_restart and I have finally documented all my steps to rectify this issue.</p>
<p>If you don’t have this download it first.</p>
<code><a href=”http://www.ijg.org/files/jpegsrc.v7.tar.gz” target=”_blank”>http://www.ijg.org/files/jpegsrc.v7.tar.gz</a></code>
<p>go into your shell environment and untar by running the following</p>

<h2>Man this has been an error that has been getting me down lately.</h2>
<p>I have done tons of google searches for c _imaging not installed, PIL, libjpeg, Snow Leopard _jpeg_resync_to_restart and I have finally documented all my steps to rectify this issue.</p><p>If you don’t have this download it first.</p><code><a href=”http://www.ijg.org/files/jpegsrc.v7.tar.gz” target=”_blank”>http://www.ijg.org/files/jpegsrc.v7.tar.gz</a></code><p>go into your shell environment and untar by running the following</p>

Omujeve Print Ad

I was recently given commission to design all the ads for Omujeve Hunting Safaris for the next few print additions to be run in “Sports Afield” magazine. Photography: Radek Drozdowicz Here is ad #1

Omujeve Hunting Safaris Namibia

Over the last 2 months I have been spending some time in Namibia helping my business partner and good friend with some marketing and advertising on a really cool project. We have spent countless hours going to and from one of the most amazing lodges that I have ever been on, capturing footage, taking photos [...]

Django migrations

Django is well known for being a super fast development framework for people with short deadlines. However having short deadlines means that you sometimes make mistakes when it comes to configuring a database structure, or you might forget a column that should have been in the table. Traditionally you have to go do python manage.py [...]

MentoMori Live

Over the last few weeks I have been testing and making sure that MentoMori is now ready to go. Finished the payment integration and the site is now Live! I am proud to say that I was part of this experience! For those who don’t know what MentoMori is about… If you died tomorrow, what [...]