Hi, I would like to share my 2nd app using web2py, its at www.wikiyou.org. It is like wikipedia about us and you can create your own subdomain usernames like having your own username.wikiyou.org. I actually have a PHP/MySQL version using Zend Framework before, but I decided to port it to web2py and having more features than before. Also I have few questions on how to resolve some things.
First. Is there a way to add attributes using the MENU() helper in anchor tags? like I want to add rel="nofollow" in there. Second. This might not be web2py related, but gae, on gae they don't support naked domains so when you go to wikiyou.org it will be no page found. I already followed and added some of appengine groups to fix it, but no luck, the domain is in enom. So I added @ www.wikiyou.org URL_REDIRECT type. cause I can't add empty. Third. Is there like a way to know if i'm on a development server and production? starting from routes.py so I could change settings depending on my env info? even a single switch somewhere will help. Thanks