Hi,
I live in Norway, and when i make Django apps i would like to be able to name my apps with characters like "æøå", these characters work fine in unicode, but when i try to use these characters in app names, or in fields display text i get an error.
Even better, i would like to name my apps by the english convention, but have something like "verbose_name" for apps, not only for models.
So is there possible to set a display name for apps, and not only for models? And how to i use unicode characters in the admin interface?