{ "info": { "author": "Lukas Sch\u00f6nsgibl (aka hybridpicker)", "author_email": "lukas@schoensgibl.com", "bugtrack_url": null, "classifiers": [ "Environment :: Web Environment", "Framework :: Django :: 2.2", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 3.7", "Topic :: Internet :: WWW/HTTP" ], "description": "====================\nDjango Contact Form\n====================\n\nDjango-contact-form is a simple Django Contact Form with Google Recaptcha v3 - integration.\n\nQuick start\n-----------\n\n1. Add \"form\" to your INSTALLED_APPS setting like this::\n\n\t INSTALLED_APPS = [\n \t...\n \t'contact-form',\n\t]\n\n2. Include the polls URLconf in your project urls.py like this::\n\n\tpath('', include('contact-form.urls')),\n\n3. Run `python manage.py migrate` to create the form models.\n\n4. For finding Templates add this line into TEMPLATES in settings.py::\n\n\tTEMPLATES = [\n {\n ...\n 'DIRS': [os.path.join(BASE_DIR, 'templates')],\n ...\n }\n ]\n\n5. To setup Email and Recaptcha just paste this code with your keys in settings.py::\n\n EMAIL_HOST = 'smtp.foo.com'\n EMAIL_USE_TLS = True\n EMAIL_PORT = 587\n EMAIL_HOST_USER = 'foo@gfoo.com'\n EMAIL_HOST_PASSWORD = 'swordfish'\n\n RECAPTCHA_SITE_KEY = \"\"\n RECAPTCHA_SECRET_KEY = \"\"\n\n6. Visit http://127.0.0.1:8000/contact/ to check the contact-form.", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://www.blessond.com/contact", "keywords": "", "license": "MIT License", "maintainer": "", "maintainer_email": "", "name": "django-contact-recaptcha-v3", "package_url": "https://pypi.org/project/django-contact-recaptcha-v3/", "platform": "", "project_url": "https://pypi.org/project/django-contact-recaptcha-v3/", "project_urls": { "Homepage": "https://www.blessond.com/contact" }, "release_url": "https://pypi.org/project/django-contact-recaptcha-v3/1.0.1/", "requires_dist": null, "requires_python": "", "summary": "Django Contact Form with Google Recaptcha v3 - integration.", "version": "1.0.1" }, "last_serial": 5544766, "releases": { "1.0": [ { "comment_text": "", "digests": { "md5": "af7917ff82e0b8e8e60c69fbd5c3a1f3", "sha256": "ac808e5a7420debac710cdad8271604857207810e57ff97cee0d008b75f12830" }, "downloads": -1, "filename": "django-contact-recaptcha-v3-1.0.tar.gz", "has_sig": false, "md5_digest": "af7917ff82e0b8e8e60c69fbd5c3a1f3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5393, "upload_time": "2019-07-16T11:36:22", "url": "https://files.pythonhosted.org/packages/f7/d4/6baf588ea3a0f8e5e292ed434a9f388c13bd5287933bae18d55693675f2c/django-contact-recaptcha-v3-1.0.tar.gz" } ], "1.0.1": [ { "comment_text": "", "digests": { "md5": "6d4756028ae5e49002ca6c135bd8d237", "sha256": "9165ec0909048a588a4ce7b7f5f8bec6a70883e5c8297951926cdf03bcdb8e0a" }, "downloads": -1, "filename": "django-contact-recaptcha-v3-1.0.1.tar.gz", "has_sig": false, "md5_digest": "6d4756028ae5e49002ca6c135bd8d237", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5652, "upload_time": "2019-07-17T08:24:40", "url": "https://files.pythonhosted.org/packages/1f/37/c1a8aac6228d96e8846e944e71cc41cf62d37966366636007e02f747cd98/django-contact-recaptcha-v3-1.0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "6d4756028ae5e49002ca6c135bd8d237", "sha256": "9165ec0909048a588a4ce7b7f5f8bec6a70883e5c8297951926cdf03bcdb8e0a" }, "downloads": -1, "filename": "django-contact-recaptcha-v3-1.0.1.tar.gz", "has_sig": false, "md5_digest": "6d4756028ae5e49002ca6c135bd8d237", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5652, "upload_time": "2019-07-17T08:24:40", "url": "https://files.pythonhosted.org/packages/1f/37/c1a8aac6228d96e8846e944e71cc41cf62d37966366636007e02f747cd98/django-contact-recaptcha-v3-1.0.1.tar.gz" } ] }