Django-caché-Stockpile

Una capa simple de almacenamiento en caché de Django ORM
Descargar ahora

Django-caché-Stockpile Clasificación y resumen

Anuncio publicitario

  • Rating:
  • Licencia:
  • BSD License
  • Nombre del editor:
  • Chris Streeter
  • Sitio web del editor:
  • http://chrisstreeter.com

Django-caché-Stockpile Etiquetas


Django-caché-Stockpile Descripción

Una simple capa de almacenamiento en caché de Django Orm Django-cache-Stockpile es una aplicación Django que proporciona un almacenamiento en caché automático limitado e invalidación para los modelos Django a través del ORM. Objetos Fetched a través de .Objects.get (pk = ..) o .Objects.get (id = ..) se almacenan en caché por la clave principal. Además, hay una manera de obtener objetos con los métodos .Objects.pk_in (ID_LIST) y .Objects.id_in (ID_LIST) .instalationBetjalo de (http://pypi.python.org/pypi/django- Cache-Stockpile): `Bash Pip Instale Django-cache-Stockpile 'o (http://github.com/streeter/django-cache-stockpile):` Bash Pip Install -e git: //github.com /streeter/django-cache-stockpile.git#egegg=django-cache-stockpile `ejecutando pruebas de ejecución`bash git clone git: //github.com/streeter/django-cache-stockpile.git cd django-cache-stockpile pip install -r requisitos.txt python runtests.py `Requisitos: · Python · Django


Django-caché-Stockpile Software relacionado