{ "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\nDatabase Migration\n----------------------\n\n::\n\n $ ./manage.py makemigrations contact_widget\n $ ./manage.py migrate contact_widget\n\n\nRequirement\n----------------------\n\n* ``Django>=1.10.1``\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 tempalte 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.0", "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": "contact_widget", "package_url": "https://pypi.org/project/contact_widget/", "platform": "", "project_url": "https://pypi.org/project/contact_widget/", "project_urls": { "Download": "https://github.com/agusmakmun/django-contact-widget/tarball/v1.0.0", "Homepage": "https://github.com/agusmakmun/django-contact-widget/" }, "release_url": "https://pypi.org/project/contact_widget/1.0.0/", "requires_dist": null, "requires_python": "", "summary": "A simple contact form widget for Django", "version": "1.0.0" }, "last_serial": 2438285, "releases": { "1.0.0": [ { "comment_text": "", "digests": { "md5": "af6f61b9d0ee523e14f30dca221cec7d", "sha256": "4919e39e5391897e082b43a550f545e5fbb812a94909b7be42abf206fd037089" }, "downloads": -1, "filename": "contact_widget-1.0.0.tar.gz", "has_sig": false, "md5_digest": "af6f61b9d0ee523e14f30dca221cec7d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4864, "upload_time": "2016-11-02T17:48:50", "url": "https://files.pythonhosted.org/packages/79/f9/ede1e91850db55f6d5c383fe6f23d2a2920c8a2903df198890cce6fbfe53/contact_widget-1.0.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "af6f61b9d0ee523e14f30dca221cec7d", "sha256": "4919e39e5391897e082b43a550f545e5fbb812a94909b7be42abf206fd037089" }, "downloads": -1, "filename": "contact_widget-1.0.0.tar.gz", "has_sig": false, "md5_digest": "af6f61b9d0ee523e14f30dca221cec7d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4864, "upload_time": "2016-11-02T17:48:50", "url": "https://files.pythonhosted.org/packages/79/f9/ede1e91850db55f6d5c383fe6f23d2a2920c8a2903df198890cce6fbfe53/contact_widget-1.0.0.tar.gz" } ] }