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 (10)
- Debate (4)
- Django (10)
- Environment (3)
- greenmyapple (2)
- Listening (6)
- Movies (3)
- Multimedia (5)
- PHP (1)
- Python (6)
- Religion (1)
- Surfing (3)
- Ubuntu (7)
- Uncategorized (2)
- Web (8)
Supporting!
Category Archives: Computers
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
MarkItUp Markdown footnote button
Here’s a simple addition to markItUp, that will prompt the user for a footnote number, a footnote text and then insert the number after the selection and the footnote text at the end of the full text. As handy extra … 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
