{ "info": { "author": "Alexander Perez Ortu\u00f1o", "author_email": "alexperezortuno@gmail.com", "bugtrack_url": null, "classifiers": [ "Environment :: Web Environment", "Framework :: Django", "Framework :: Django :: 2.0", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Topic :: Internet :: WWW/HTTP", "Topic :: Internet :: WWW/HTTP :: Dynamic Content" ], "description": "=====\nDjango QR Code\n=====\n\nIs a package\n\nQuick start\n-----------\n\n1. Add \"django_qr_code\" to your INSTALLED_APPS setting like this::\n\n INSTALLED_APPS = [\n ...\n 'django_qr_creator',\n ]\n\n2. Include the django_qr_code URLconf in your project urls.py like this::\n\n path('image/', include('django_qr_creator.urls')),\n\n3. Run `python manage.py migrate` to create the polls models.\n\n4. Start the development server and visit http://127.0.0.1:8000/admin/\n to create a poll (you'll need the Admin app enabled).\n\n5. Visit http://127.0.0.1:8000/image/data/qr.png to participate in the django_qr_code.\n\nTested in python 3.6 with Django 2.0\n\nExample of use in a template\n----------------------------\n```html\n{% load django_qr_creator %}\n\n```\nLoad this tags in you html template\n\n```html\n{% qr url='google.com' %}\n```\n\nFor QR URL\n\n```html\n{% qr tel='+56948161822' %}\n```\n\nFor QR Tel\n\n```html\n{% qr email='test@test.test' %}\n```\n\nFor QR Mail\n\n```html\n{% qr location='40.7127753,-74.0059728' altitude='15' %}\n```\n\nFor QR Location\n\n```html\n{% qr sms='+56948161822' message='this is a test' %}\n```\n\nFor QR SMS\n\nExample in view\n---------------\n\n```bash\nfrom django.shortcuts import render\nfrom django_qr_creator import Image\n\n\ndef demo_image(request, param_data=1, extension='png'):\n return Image.get_image(\n str_data='http://my-site.com/{param_data}'.format(param_data=param_data),\n box_size=40,\n content_type=extension)\n```", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/alexperezortuno/django-qr-creator", "keywords": "", "license": "BSD License", "maintainer": "", "maintainer_email": "", "name": "django-qr-creator", "package_url": "https://pypi.org/project/django-qr-creator/", "platform": "", "project_url": "https://pypi.org/project/django-qr-creator/", "project_urls": { "Homepage": "https://github.com/alexperezortuno/django-qr-creator" }, "release_url": "https://pypi.org/project/django-qr-creator/0.1.5/", "requires_dist": null, "requires_python": "", "summary": "A simple Django app to create QR images in template", "version": "0.1.5" }, "last_serial": 4094614, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "054ae42de493e1a8c9b4a862754823a0", "sha256": "df40660d8127b57e58e18063d3da421ec4b2af0ef9689fe104010b79ff3020f0" }, "downloads": -1, "filename": "django_qr_creator-0.1.tar.gz", "has_sig": false, "md5_digest": "054ae42de493e1a8c9b4a862754823a0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4742, "upload_time": "2018-07-19T19:30:08", "url": "https://files.pythonhosted.org/packages/a2/1a/3b3ac907a7f18e7c67b718d699b75e35d0bb6d0ff7f7c761feb7ceffe7cd/django_qr_creator-0.1.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "145500b2baf92b1c9e42edffb0b1dc7e", "sha256": "e3a85f1dd8339a591e37eaf4081a7470885280fc63f2901435f4eeb25b06a0f1" }, "downloads": -1, "filename": "django_qr_creator-0.1.1.tar.gz", "has_sig": false, "md5_digest": "145500b2baf92b1c9e42edffb0b1dc7e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4769, "upload_time": "2018-07-19T19:41:45", "url": "https://files.pythonhosted.org/packages/49/46/a561dbf969d338d0b57c7f663489663d01f8f696f2385c993116a2344800/django_qr_creator-0.1.1.tar.gz" } ], "0.1.2": [ { "comment_text": "", "digests": { "md5": "6f89e41902b01ee27f4ce9780471da97", "sha256": "f72215134411d67a3b987d2fb6a29b09c3b9e4db451a3249bacc54715f879644" }, "downloads": -1, "filename": "django_qr_creator-0.1.2.tar.gz", "has_sig": false, "md5_digest": "6f89e41902b01ee27f4ce9780471da97", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5176, "upload_time": "2018-07-23T19:15:09", "url": "https://files.pythonhosted.org/packages/f3/c1/c418026021847a30042a78a0971c864b8307caff40836dacfee6837815f2/django_qr_creator-0.1.2.tar.gz" } ], "0.1.3": [ { "comment_text": "", "digests": { "md5": "4e0508426f2c92d0a2011b50e9749fac", "sha256": "af43c639e56bf40f8c12d422395142b351910da584ad56e0df388f6a84568031" }, "downloads": -1, "filename": "django_qr_creator-0.1.3.tar.gz", "has_sig": false, "md5_digest": "4e0508426f2c92d0a2011b50e9749fac", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4530, "upload_time": "2018-07-23T19:59:31", "url": "https://files.pythonhosted.org/packages/37/c4/eb82ab97b64e88c9e1fab89c4a7c7e1114e5782916d93ec5cf559b8c596a/django_qr_creator-0.1.3.tar.gz" } ], "0.1.4": [ { "comment_text": "", "digests": { "md5": "246bbc04a5730de9802ba64ac2a36c82", "sha256": "54d623ac8311ea26332081b6a6dc485a1bde1226d89942d69caa9020596848a7" }, "downloads": -1, "filename": "django_qr_creator-0.1.4.tar.gz", "has_sig": false, "md5_digest": "246bbc04a5730de9802ba64ac2a36c82", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4528, "upload_time": "2018-07-23T19:59:32", "url": "https://files.pythonhosted.org/packages/a9/58/0575285636b7e92ea63e6f2ae3d2a9dbc29381387400e7ebcbc46ea61133/django_qr_creator-0.1.4.tar.gz" } ], "0.1.5": [ { "comment_text": "", "digests": { "md5": "07a23ad11cdc3375d35ce33217e40fad", "sha256": "8d70ad5c6072efaa58fd703a3ec2a99bdaeada1f5f7b08117ac5755c9ee007ab" }, "downloads": -1, "filename": "django_qr_creator-0.1.5.tar.gz", "has_sig": false, "md5_digest": "07a23ad11cdc3375d35ce33217e40fad", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4706, "upload_time": "2018-07-23T20:21:07", "url": "https://files.pythonhosted.org/packages/1b/ca/4825ce8d947d1f2d6c1e9978307901740cc2142b119df2bf169213d8dea4/django_qr_creator-0.1.5.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "07a23ad11cdc3375d35ce33217e40fad", "sha256": "8d70ad5c6072efaa58fd703a3ec2a99bdaeada1f5f7b08117ac5755c9ee007ab" }, "downloads": -1, "filename": "django_qr_creator-0.1.5.tar.gz", "has_sig": false, "md5_digest": "07a23ad11cdc3375d35ce33217e40fad", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4706, "upload_time": "2018-07-23T20:21:07", "url": "https://files.pythonhosted.org/packages/1b/ca/4825ce8d947d1f2d6c1e9978307901740cc2142b119df2bf169213d8dea4/django_qr_creator-0.1.5.tar.gz" } ] }