Yeah - take a look at creating Django template filters. These are much easier to use in newer versions of Django than the default (0.96):
http://www.google.com/search?q=django+template+filters Ikai Lan Developer Programs Engineer, Google App Engine Blog: http://googleappengine.blogspot.com Twitter: http://twitter.com/app_engine Reddit: http://www.reddit.com/r/appengine On Fri, Apr 1, 2011 at 11:35 AM, Massimiliano < [email protected]> wrote: > Hi, > I have a string like that ("something") in the datastore, I need to remove > the ", do you know how can I do? Can I do it in the Django template? > > Massimiliano > > -- > > My email: [email protected] > My Google Wave: [email protected] > > -- > You received this message because you are subscribed to the Google Groups > "Google App Engine" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/google-appengine?hl=en. > -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en.
