Tags
.net asp authenticate banshee creative Django django-admin django-simple-wiki django application dph feedback full screen gettext gtk gtk.Layout gtkbuilder haskell i18n init.d karma live login makemessages markdown markitup microsoft models notebook ov51x pygtk python rhythmbox scrolling services tab template filter translation ubuntu upstart uservoice vertical visual studio webcam widget wikiCategories
- Censored stuff (2)
- Computers (9)
- Debate (4)
- Django (9)
- Environment (3)
- greenmyapple (2)
- Listening (6)
- Movies (3)
- Multimedia (5)
- PHP (1)
- Python (6)
- Religion (1)
- Surfing (3)
- Ubuntu (5)
- Uncategorized (2)
- Web (8)
Supporting!
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
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
Django tip: Automatic logins
In the Django documentation we see the following: When you’re manually logging a user in, you must call authenticate() before you call login(). That’s all really nice, because it makes sure that all your authentication backends are tried out; but … Continue reading
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
