{ "info": { "author": "Agus Makmun (Summon Agus)", "author_email": "agus@python.web.id", "bugtrack_url": null, "classifiers": [ "Framework :: Django", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5" ], "description": "Django Contact Widget\n====================================\n\n.. image:: https://img.shields.io/badge/license-MIT-blue.svg?maxAge=2592000\n :target: https://raw.githubusercontent.com/agusmakmun/django-contact-widget/master/LICENSE\n\n.. image:: https://img.shields.io/pypi/pyversions/Django.svg?maxAge=2592000\n :target: https://github.com/agusmakmun/django-contact-widget\n\nA simple contact form widget for Django.\n\n.. image:: http://i.imgur.com/2dzKO2s.png\n\n\nInstall\n----------------------\n\nDjango Contact Widget is available directly from `PyPI`_:\n\n::\n\n $ pip install django-contact-widget\n\n\n***).** And don't forget to add ``contact_widget`` to your ``INSTALLED_APPS``.\n\n\nRequirement\n----------------------\n\n* ``Django>=1.10.1``\n\n\nDatabase Migration\n----------------------\n\n::\n\n $ ./manage.py makemigrations contact_widget\n $ ./manage.py migrate contact_widget\n\n\nSetting Configuration\n----------------------\n\nEmail Configuration in file of ``settings.py``\n\n::\n\n EMAIL_HOST = 'smtp.gmail.com' # eg: 'smtp.gmail.com'\n EMAIL_PORT = 587\n EMAIL_HOST_USER = 'your_email@domain.com'\n EMAIL_HOST_PASSWORD = 'your_password'\n EMAIL_USE_TLS = True\n DEFAULT_FROM_EMAIL = EMAIL_HOST_USER\n EMAIL_BACKEND = 'django.core.mail.backends.smtp.EmailBackend'\n\n\nURL configuration\n----------------------\n\nThe easiest way to set up the views in ``django-contact-widget`` is to just use the provided ``URLconf``, found at ``contact_widget.urls``.\nYou can include it wherever you like in your site's URL configuration; for example, to have it live at the URL ``/contact/``:\n\n::\n\n from django.conf.urls import include, url\n\n urlpatterns = [\n # ....\n url(r'^contact/', include('contact_widget.urls')),\n ]\n\n\nUsage\n----------------------\n\nInclude the template from ``contact_widget/contact.html`` to your sidebar for example.\n\n::\n\n {% include \"contact_widget/contact.html\" %}\n\n\n\nLicense\n----------------------\n\n- `MIT`_\n\n\n.. _PyPI: https://pypi.python.org/pypi/django-contact-widget\n.. _MIT: https://github.com/agusmakmun/django-contact-widget/blob/master/LICENSE\n", "description_content_type": null, "docs_url": null, "download_url": "https://github.com/agusmakmun/django-contact-widget/tarball/v1.0.3", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/agusmakmun/django-contact-widget/", "keywords": "django contact widget", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "django-contact-widget", "package_url": "https://pypi.org/project/django-contact-widget/", "platform": "", "project_url": "https://pypi.org/project/django-contact-widget/", "project_urls": { "Download": "https://github.com/agusmakmun/django-contact-widget/tarball/v1.0.3", "Homepage": "https://github.com/agusmakmun/django-contact-widget/" }, "release_url": "https://pypi.org/project/django-contact-widget/1.0.3/", "requires_dist": null, "requires_python": "", "summary": "A simple contact form widget for Django", "version": "1.0.3" }, "last_serial": 2438388, "releases": { "1.0.1": [ { "comment_text": "", "digests": { "md5": "edd636b9a1ea052494866fe40cb50d44", "sha256": "62fc71a840e0a8dad246164d300b3be0c629071f538faca39ed910c7f340f378" }, "downloads": -1, "filename": "django-contact-widget-1.0.1.tar.gz", "has_sig": false, "md5_digest": "edd636b9a1ea052494866fe40cb50d44", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4869, "upload_time": "2016-11-02T17:53:15", "url": "https://files.pythonhosted.org/packages/b0/4a/7d30dd1b21ddbda239d553297a0344b631036953289410cde8107e68c41d/django-contact-widget-1.0.1.tar.gz" } ], "1.0.2": [ { "comment_text": "", "digests": { "md5": "98bec76b4326bb029137adce002a8b37", "sha256": "a6c07d02f34e890d9a928932c1800a56d2180908a0d66a0cfdbb37eb2ed9f2bc" }, "downloads": -1, "filename": "django-contact-widget-1.0.2.tar.gz", "has_sig": false, "md5_digest": "98bec76b4326bb029137adce002a8b37", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4861, "upload_time": "2016-11-02T18:35:04", "url": "https://files.pythonhosted.org/packages/da/29/f68eb32217a328518466218dac310796849c51295ee01e95807f2a47dc73/django-contact-widget-1.0.2.tar.gz" } ], "1.0.3": [ { "comment_text": "", "digests": { "md5": "258c594011ce4b7da2d12f2a26d4fa70", "sha256": "5e4a22b82b2a80b2b88a3bfbbc3c7821b9d9a0da72e5d3dc33115d86a525a501" }, "downloads": -1, "filename": "django-contact-widget-1.0.3.tar.gz", "has_sig": false, "md5_digest": "258c594011ce4b7da2d12f2a26d4fa70", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4867, "upload_time": "2016-11-02T18:47:39", "url": "https://files.pythonhosted.org/packages/d3/57/c4729f3cded8b834d789632d5df32bc9720ae079c79529554fda3545cc37/django-contact-widget-1.0.3.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "258c594011ce4b7da2d12f2a26d4fa70", "sha256": "5e4a22b82b2a80b2b88a3bfbbc3c7821b9d9a0da72e5d3dc33115d86a525a501" }, "downloads": -1, "filename": "django-contact-widget-1.0.3.tar.gz", "has_sig": false, "md5_digest": "258c594011ce4b7da2d12f2a26d4fa70", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4867, "upload_time": "2016-11-02T18:47:39", "url": "https://files.pythonhosted.org/packages/d3/57/c4729f3cded8b834d789632d5df32bc9720ae079c79529554fda3545cc37/django-contact-widget-1.0.3.tar.gz" } ] }