Re: MVC (mtv!) schema...

2011-01-06 Thread James Hancock
I like it. I think it would make a good cartoon. *Bookmark that. Cheers, James Hancock On Tue, Jan 4, 2011 at 11:27 PM, marco wrote: > hi! > > i'm reading the djangobook, and it ocurred to me this drawing, to > graphic the mtv concept. > > hope you like it, and

Re: Japanese Text Sort Order

2011-01-06 Thread James Hancock
<-- End of Example: Man, the Japanese where not thinking about programming when they made their language. Any other suggestions or ways to correctly sort Japanese Words? Cheers, James Hancock On Thu, Jan 6, 2011 at 5:38 PM, Masklinn wrote: > On

Re: Japanese Text Sort Order

2011-01-05 Thread James Hancock
Thanks I'll give that a shot. Just to clarify if I have the correct implementation in mind, would mylist list be a queryset of the items I want sorted? Also, I am not very familiar with the lambda syntax. Does x needs to be something? Or do I leave that part as is? Thanks, James Hancoc

Re: Japanese Text Sort Order

2011-01-05 Thread James Hancock
ll of the comments. I find myself pretty stumped on this one. On Wed, Jan 5, 2011 at 5:40 PM, Kenneth Gonsalves wrote: > On Wed, 2011-01-05 at 17:31 +0900, James Hancock wrote: > > How does ordering() order Japanese Unicode text? > > I do not know about japanese unicode, but ordering

Re: Japanese Text Sort Order

2011-01-05 Thread James Hancock
odels/options/#django.db.models.Options.ordering>If I set it to a field of Japanese characters, the ordering comes out wrong. At least not in the desired order. How can I set the data collation for just a few fields? And how can I know which of the Japanese to set it to? Thanks, James Hancock On Wed, Jan 5, 2011 at 6:01 PM

Japanese Text Sort Order

2011-01-05 Thread James Hancock
ering() order Japanese Unicode text? and, wow can I get it to follow the standard Japanese Order? Can ordering be language specific? Cheers, James Hancock FWI if your curious. Japanese people don't order A-Z instead they use hiragana or Katakana letter Hiragana あいうえお A I U E O かきくけこ KA KI KU KE K

Using the Django Admin to change a password.

2010-11-20 Thread James Hancock
dard 404 page. " error.. I can change the passwords from the terminal and create users and stuff, but the admin page doesn't seem to work. Any hints? Cheers, James Hancock P.S. I love django -- You received this message because you are subscribed to the Google Groups "Django

Using methods to filter in the Admin Interface.

2010-07-22 Thread James Hancock
Hello, I have been creating a English class manager for a national free english program in Japan. Here is a little rundown of how the code works. A english class has a prefecture and each prefecture has a mission. I want to be able to filter in the django admin the english classes based on what m

Re: django mailing list app

2010-07-22 Thread James Hancock
; On Jul 18, 10:34 am, James Hancock wrote: > > I am looking for an app that can manage subscriptions to a mailing list > for > > a web app I am making. For those who are curious I am creating a web app > for > > managing free english classes in japan. The current site is goe

django mailing list app

2010-07-18 Thread James Hancock
I am looking for an app that can manage subscriptions to a mailing list for a web app I am making. For those who are curious I am creating a web app for managing free english classes in japan. The current site is goeigo.org. Features: allow users to subscribe and unsubscribe to the list. Allow ad