I'll take a look. Any ideas why I get the:
ImportError:No module named gluon.contrib.login_methods.gae_google_account
Kenneth
Look into
gluon/contrib/login_methods/extended_login_form.py
On Monday, 8 October 2012 07:48:04 UTC-5, Kenneth wrote:
Hi again,
does anyone know if it is possible to have two auth mechanism.
Like Google App users and local users?
Kenneth
Hello everyone,
I have an application where I'd like use an Google App account
for authentication. The application will not reside on GAE. Is
this possible?
If I put "from gluon.contrib.login_methods.gae_google_account
import GaeGoogleAccount" in my models file I get:
ImportError:No module named gluon.contrib.login_methods.gae_google_account
In gluon/contrib/login_methods/ I have the gae_google_account.py
file.
Kenneth
--
--
--