Could SelectDateWidget show chinese?

2014-01-17 Thread forrest yang
Just try to use django in a chinese web site. Is that possilbe to make SelectDateWidget show chinese month name? or is there any other workaround? Thanks -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop r

Re: Is there are some id obfuscate libs in django?

2012-05-29 Thread forrest yang
object = get_object_or_404(Foo, >uuid=self.kwargs['uuid'], >token=self.kwargs['token']) > return object > > --- > > > Brian Schott > bfsch...@gmail.com > > > &g

Is there are some id obfuscate libs in django?

2012-05-27 Thread forrest yang
Just try to convert the increasing numeric id in the database to some other obfuscated id. The lib need to support long type integer range conversion and convert in two directions. Is there are some id obfuscate libs in django or widely used in django community? Any one knows that? Thanks --

Re: how to create some application variable for django

2009-04-17 Thread forrest yang
could any one provide some tips On Apr 17, 6:02 pm, forrest yang wrote: > session would be created esaily, but could django create some > application variable like asp.net , or provide some special function > for the different period of server, on_server_start() > on_applicatio

how to create some application variable for django

2009-04-17 Thread forrest yang
session would be created esaily, but could django create some application variable like asp.net , or provide some special function for the different period of server, on_server_start() on_application_start() or something like that? --~--~-~--~~~---~--~~ You receive