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

Posted in Django | Tagged , , | 2 Comments

Uservoice feedback widget: Changing its style

I have a feedback tab that’s blocking vital content on a website. Here’s how to alter the style of the Uservoice Feedback Tab — for instance the vertical offset: You have to insert this AFTER your widget js code, so … Continue reading

Posted in Web | Tagged , , , , | 1 Comment

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

Posted in Web | Tagged , | Leave a comment

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