If you want to provide music to a SHOUTcast server directly from the same server (instead of streaming it to the server from you PC) then SHOUTcast Transcoder is your weapon of choice.
Category Archives: python
How to Build a Facebook App in Django
Nice tutorial.
Django on OpenSUSE Virtual Server
I had some struggles when installing django on my OpenSUSE virtual server. It started with the problem, that I have not found a django rpm via yast in the OpenSUSE repositories. Thus, I decided to install django manually and to keep the footprint as small as possible. Luckily, Python 2.5.1 and the appropriate mod_python module …
Django Invalid command ‘SetEnv’ in OpenSUSE
Today I came upon a problem when I wanted to integrate a Django project into my Apache via mod_python on my OpenSUSE virtual server. I put the snippet I need for Django into a separate config file called django.conf into the folder /etc/apache2/conf.d/ from which all files are automatically loaded whenever Apache starts. Everytime I …
Continue reading “Django Invalid command ‘SetEnv’ in OpenSUSE”