Pimp my TinyMCE

After using TinyMCE for a little while in my Django project I started looking at a good way to be able to manage the files used in the system that will integrate into TinyMCE.
(drum roll please)
Please everyone welcome Django FileBrowser. The FileBrowser is basically an extension or addon for the Django Admin Interface. [...]

New Simpson

Rumour has it that there is a new Simpsons character being… ok ok, I’m lying.
There is however a nifty little site called Simpsonize Me. There you can create a Simpsons character from any head shot photo. Go have a look and create your own. The image here is apparently what I [...]

pgAdmin Upgrade

The Ubuntu repositories do not contain the latest version pgAdmin. Here I will show you how to get the latest stable version on your Ubuntu system.
Open a terminal window so that we can add the GPG Key used to sign the packages:
$ sudo wget -q -O – http://www.pgadmin.org/pgp/archive_key_debian_ubuntu.gpg | apt-key add -
We then [...]

Katapult

Before I decided on Ubuntu as my Linux flavour of choice I dabbled in quite a few. Some being Gnome based and others on the KDE side. The one and only thing that I truly missed from KDE was Katapult.
Katapult is a launcher program that is super fast, super easy, super cool. [...]

Django Sites

Walking around the internet I came across this site by mistake. Not sure exactly how you come across a site by mistake but I pulled it off pretty successfully.
The site is Django Sites (http://www.djangosites.org/). From the site’s about page it seems like it has been running since June 2007. Users can easily [...]

It’s Alive

My very first Python project is up and running at http://www.gsf.co.za. If you’ve been following my posts you would know that when I started less that two month ago I knew nothing about Python other than the name and that it was a programming language and a snake
Some of the frameworks that [...]

TinyMCE and Django

If you need to add a WYSIWYG (What You See Is What You Get) editor to the admin section of your Django powered site it is really simple. I recently added TinyMCE and here you will see how I did it.
Download TinyMCE and copy the “tiny_mce” directory into the “media” directory of your project [...]