Re: about dpaste

2008-01-17 Thread Simon Rivada
As far as I know there is no search engine present at dpaste.com. Lic. José M. Rodriguez Bacallao wrote: > Hi folks, I need to know how can I search, explore for codes in > http://dpaste.com/ > I really can't figure out how. > > --~--~-~--~~~---~--~~ You receiv

Re: How it's ugettext_noop() used?

2008-01-15 Thread Simon Rivada
To quote the documentation (http://www.djangoproject.com/documentation/i18n/) on this one: Use the function django.utils.translation.ugettext_noop() to mark a string as a translation string without translating it. The string is later translated from a variable. Use this if you have constant st

Re: IIS support revived

2008-01-11 Thread Simon Rivada
Thanks for the effort, I'll look into it in some time! Phillip wrote: > Just updated PyISAPIe with support for Python 2.5 and the latest > Django release. You can either use the Django-specific handler or the > WSGI adapter (example included). > > No installer yet, but there is new documentation