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
Presenting: django-simple-wiki
It was bothering me that all the wikis I tried, all had either errors, feature lacks, too many dependencies or were simply unmaintained. So I decided to create yet another one. Curiously, the third hit when googling ‘django wiki’ is … Continue reading
Posted in Django, Python
Tagged Django, django application, django-simple-wiki, python, wiki
1 Comment
Django auto-translation of field values
What’s really nice in Django is the gettext implementation and the _ convention. But when running django-admin.py makemessages we’re not generating any translations for dynamic values such as field values. So let’s say that we have a model and we’d … Continue reading
Tip: Extending Django flatpages
I did a Google search and since nothing came up, I’m writing this little tip on creating your own CMS by extending Django’s flatpages. What’s good about flatpages is that they’re included in Django and has some basic code to … Continue reading
