DjangoCon is still alive?

On July 13th, DjangoCon 2008 was announced, and the illusion and nervousness started for many djangonauts. The main problem here, is that due to the lack of time and experience, the number of attendees is limited to 200. That makes sense, but...

comments

Django i18n status

Here you have what, from my point of view, is the status of django i18n. Comments will be very welcome, specially from people from countries with other i18n needs than mine (based on the idea that Django i18n is perfect for people in the US, here...

comments

TransDb working on trunk!

Some days ago, after the merge of qs-rf to trunk, model field i18n was in trouble, so the principal package for this approach (django-multilingual) stopped working for the latest version of trunk.This weekend we had a TransDb sprint, to try to...

comments

StdImageField: Improved image field for Django

I'm pleased to announce a new project, django-stdimage, that provides a new image field with many improvements respect to Django's core ImageField.Features of StdImageField:- Saved files have standardized names (using field name and object id)...

comments

Searching on Django Snippets

One of the key websites about Django is Django Snippets, by one of the key Django developers, James Bennett.I've followed many of the James work, and it's awesome; but I've a complaint on Django Snippets. It's the inefficient way to find anything...

comments

Changing language on the admin

When working on multilanguage sites, a feature that many times I missed is a direct way to change the language when you're on the admin,With standard Django the only way that exists (as far as I know), is leaving the admin, going to the website,...

comments

DSNP 0.9 released

I know that it was just few days ago that I released another version of DSNP, but because of it, I got a lot of feedback on it, I worked hard, and finally DSNP is stable.For now, it'll be 0.9 because it works on Django newforms-admin branch, so …

comments

New DSNP version

DSNP is a simple and customizable Python script, that automatically creates a working Django project.Project (and application) creation in Django are very openend and flexible, but sometimes is useful getting all the work done for you,...

comments

Django L10n

This Sunday, I participated in This Week in Django, and tried to give some ideas on Django localization.Here I'll post some of the ideas of the interview (and some that I missed), for serving as reference:How to translate your application (quick...

comments