django-ezengage

Django trabaja con el servicio Ezengage
Descargar ahora

django-ezengage Clasificación y resumen

Anuncio publicitario

  • Rating:
  • Licencia:
  • Other/Proprietary Li...
  • Nombre del editor:
  • ftao
  • Sitio web del editor:
  • http://ezengage.com

django-ezengage Etiquetas


django-ezengage Descripción

La aplicación Django trabaja con el servicio Ezengage Django-Ezengage es una aplicación de Django que funciona con el servicio Ezengage.Installation1. Descarga la última versión de https://github.com/ezengage/django-ezengage/downloads/2. Descomprima el archive3. Ejecute Python Setup.py Installwe. Laster subiremos el archivo en PYPI, por lo que puedes instalar con Easy_Install .ConfigurationAñadir a FEZE_APPS` a instally_apps instally_apps = (# ..... 'Eze_Auth', # ....} Agregar 'Eze_Auth. auth_backends.ezengagebackend` a autentication_backends autentication_backends = ('django.contrib.auth.backends.modelbackend', 'eze_auth.auth_backends.ezengagebackend',) Agregue 'EZE_AUTH_URLS` a URL CONF URLPATTNS + = PATTELS (' ', (R' ^ EZE / ', incluyen (' EZE_AUTH.URLS '))),) Base de datos de sincronización ./manage.py syncdb eze_authif que está usando el sur, ejecute ./manage.py migrate eze_authembed login widget widget en plantilla {% carga eze_tags%} {% eze_login_widget' / Después / Iniciar sesión / Hecho / '%} Actualizar estado de Eze_Auth.Helper Importar get_api_client de Eze_Auth.Models Importar EzeUserProfile identity = ezeuserprofile.objects.get (usuario = request.user) mensaje =' Actualizar estado a ... 'EZE_API_CLIENT = get_api_client () eze_api_client.update_status (identidad.identity.identity, mensaje) Requisitos: · Python · Django


django-ezengage Software relacionado