django-qrcode 0.3

django-qrcode is a simple Django app that provides some templatetags that allows to include automatically QR codes on the Django site.InstallationOnce is installed from PyPI, you just need to add it to your settings as 'qrcode':INSTALLED_APPS = (...,...