Hello, I edited the following setting in tools.py in gluon:
From: auth.settings.login_next = URL('index')
To: auth.settings.login_next = URL('account')
Saved the file and restarted Apache2
I am able to successfully log in it does take me to
http://www.site.com/Main/default/account
But all the account site displays is a white page with the word "None"
It doesn't even display my layout.
Any ideas?
Thanks.

