[google-appengine] Re: currency or comma in float numbers format

2009-01-03 Thread Remis B
That is fine but I have another question, How can I make and filter to be used in GAE templates. I mean to be able to use something like this {{ product.price|my_money_format_filter}} where my_money_format_filter is my own implementation of the filter. Remis B On Jan 3, 2:30 am

[google-appengine] Re: Can not import my data model class in another **.py file ???

2009-01-03 Thread Remis B
import at the beginning of xPhotoHandler.py file. I guess it should look something like: from xphoto import xPhoto hope it will help. Regards Remis B --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Google App En

[google-appengine] urlencode in app engine templates

2009-01-01 Thread Remis B
duce an url with properly encoded url string, such as "Full HD1080p" where space and other characters are encoded in url safe form. I've tried this syntax in my template file {{ feature.code }} Just wondering what I'm doing wrong. Thanks in advance. Remis B --~--~--