On 3/9/06, Ivan Sagalaev <[EMAIL PROTECTED]> wrote:
> I was porting javascript calendar from Admin into my application and
> enhanced it a bit with new boolean pref switching start of week to
> Monday. To submit this to Django I want to hook this pref somehow to
> i18n settings but have no idea where it should be and how it's better
> done in Django. Any pointers?

Cool, that sounds like a nice improvement!

I think the best (and simplest) way to hook this into Django would be
a setting. Something like FIRST_DAY_OF_WEEK = 1.

Adrian

--
Adrian Holovaty
holovaty.com | djangoproject.com

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django developers" group.
To post to this group, send email to django-developers@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-developers
-~----------~----~----~----~------~----~------~--~---

Reply via email to