The module allows developers to query Flickr servers, retrieve and embed photos inside their Django-based apps or websites.It mirrors all images locally, allowing faster response times and a smaller number of requests to the actual Flickr...

MailChimp is a online service which can be used to manage, send and track customer newsletters and email marketing campaigns.Written in Python, the library allows developers using the Django framework to remotely interact with the MailChimp...

django-mssql

django-mssql 1.7 updated

Django is a high-level Python web framework for rapid development and clean, pragmatic design.This module simply allows Django-based apps to store their content and itneract with MS SQL databases.Thanks to the detailed documentation, django-mssql is very...

django-mysql

django-mysql 0.2.1 updated

django-mysql comes to boost Django's built-in MySQL support, also allowing interaction with MariaDB, an open source, community fork of MySQL started by the database's original creator.The module comes as a completion to Django's native MySQL capabilities,...

django-redis

django-redis 4.2.0 updated

This package is an evolution of an older (abandoned) Django package for Redis, django-redis-cache.On top of the older code, some new features have been added, to keep track with the recent changes introduced with the newer versions of Redis.The package...

Docco

Docco 0.7.0

It will generate linked HTML documentation file for the named source files, saving it into a /docs folder.It's main distinctive look is showing comments about the source in a panel on the left, while also showing the code itself on the right.Source code...