Django's admin accepts callables for list_display and readonly_fields. In order to customize these callables (e.g. annotate them with a description) django requires developer to set an attribute on a callable (e.g. 'short_description')....

read more

django-cache-utils2 is a Django app that provides cached decorator and invalidate function.Installationpip install django-cache-utils2Usagefrom cache_utils2 import cached, invalidate@cached(60)def foo(x, y=0): print 'foo is called' return...

read more

django-easy-maps is a Django app that makes it easy to display a map for given address in Django templates. The license is MIT.Installationpip install geopypip install django-easy-mapsUsage 1. Add 'easy_maps' to INSTALLED_APPS 2. Run ./manage.py...

read more

Django has filebased email backend that is handy for inspecting outgoing emails during development. But django-eml-email-backend saves emails to '.log' files and it is not clear how to view them in email client. This is especially important for html...

read more

django-fab-deploy is intended to be an easy deployment and management solution for Django projects using Mercurial, fabric, virtualenv, nginx, pip and apache with mod_wsgi. The supported OS is Debian Lenny.This software is very opinionated. It is a...

read more

django-icons-backtopixel is a set of free icons bundled for use in Django projects (requires django.contrib.staticfiles or django-staticfiles).Public Domain, MIT, BSD, WTFPL, LGPL-licensed sets are preferred.django-icons is splitted into several packages...

read more

django-icons-icojoy is a set of free icons bundled for use in Django projects (requires django.contrib.staticfiles or django-staticfiles).Public Domain, MIT, BSD, WTFPL, LGPL-licensed sets are preferred.django-icons is splitted into several packages in...

read more

django-icons-icojoy-pointers is a set of free icons bundled for use in Django projects (requires django.contrib.staticfiles or django-staticfiles).Public Domain, MIT, BSD, WTFPL, LGPL-licensed sets are preferred.django-icons is splitted into several...

read more

django-icons-onebit is a set of free icons bundled for use in Django projects (requires django.contrib.staticfiles or django-staticfiles).Public Domain, MIT, BSD, WTFPL, LGPL-licensed sets are preferred.django-icons is splitted into several packages in...

read more

django-icons-splashyicons is a set of free icons bundled for use in Django projects (requires django.contrib.staticfiles or django-staticfiles).Public Domain, MIT, BSD, WTFPL, LGPL-licensed sets are preferred.django-icons is splitted into several packages...

read more