Re: URL Patterns for URL Encoding Symbols

2009-06-11 Thread Thomas Sutton
locale. If UNICODE is > set, this will match the characters [0-9_] plus whatever is classified as > alphanumeric in the Unicode character properties database. You need to replace the `\w` with something that will match the characters you want. If you want everything that `\w`

Re: Determining the type of a form field within a template

2009-06-13 Thread Thomas Sutton
ndField? And it still doesn't contain anything that lets me determine the type of the original field (other than looking at the generated HTML and taking a guess)? Cheers, Thomas Sutton --~--~-~--~~~---~--~~ You received this message because you a

Re: Help with apache mod rewrite engine

2009-12-08 Thread Thomas Sutton
ted to /sees/comments and than be handled by the wsgi > file but the rewriting is not happening is it possible to rewrite url and > than route it through wsgi script > Something like this? RewriteEngine On RewriteBase / RewriteRule ^comments/ ^sees/comments/ Cheers, Thomas Sutton -- You