hola a todos, tengo un problema, necesito usar la autenticacion de django en
G.A.Epara la validadcion de cuentas que no sean de google.
normalmente seria asi:
setting.py
MIDDLEWARE_CLASSES = (
'django.contrib.sessions.middleware.SessionMiddleware',
'django.contrib.auth.middleware.AuthenticationMiddleware',
# 'django.middleware.common.CommonMiddleware',
# 'django.middleware.doc.XViewMiddleware',
)
INSTALLED_APPS = (
'django.contrib.auth',
'django.contrib.sessions',
# 'django.contrib.contenttypes',
# 'django.contrib.sites',
)
<a href="{% url django.contrib.auth.views.login %}">Iniciar Sesion</a>
pero a la hora de llamarlo me carga un error que no he instanciado la base
de datos
si alguien sabe le agradecerÃa la ayuda de ante manos.. gracias
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---