Category Archives: Django

django-cms 2.0.2 and Django 1.2 – 1.3

If you are running an old version of django-cms, you can still upgrade Django. I would strongly suggest doing this since it’s very uncomplicated. However, if you are running django-cms 2.0, you should first upgrade to 2.0.2 and run the … Continue reading

Posted in Django | Tagged , | Leave a comment

Stopforumspam Django Middleware

I have created a new Django app for keeping out spammers on the basis of data collected by stopforumspam.com. Read all about it here ยป It’s free, open source, and I hope people will make it better on github.

Posted in Django, Ubuntu, Web | Leave a comment

Changing the Django Admin site title

Often the Django Admin should look a little different for the sake of your users or for the sake of yourself (running multiple django sites with identical looks and titles can be such a pain). Often users don’t know what … Continue reading

Posted in Django | Tagged , , | 2 Comments

Django localized date template filter

UPDATE! This is going to be redundant in Django 1.2, in which you can add DATE_FORMAT to your django.po files. I’ve often been frustrated that using settings.DATE_FORMAT does not give a localized date. Granted that the name of a month … Continue reading

Posted in Django, Python | Tagged , , | Leave a comment