{ "info": { "author": "Arne Weiss", "author_email": "arne.weiss@udo.edu", "bugtrack_url": null, "classifiers": [ "Framework :: Django", "Intended Audience :: Developers", "License :: OSI Approved :: GNU General Public License (GPL)", "Operating System :: OS Independent", "Programming Language :: Python", "Topic :: Internet :: WWW/HTTP" ], "description": "indeed_contactForm will store messages sent with it in your database,\nmake them avaliable in the admin interface and send you an email with\nthe messages content.\nFor this to work you need to configure your django project to be able to\nsend emails.\n\n\nsimply use indeed_contactForm in a view like this:\n\n\nfrom indeed_contactForm.views import contact as contactForm\n\ndef contact(request):\n\treturn contactForm(request, 'contact.html')\n\nif you need to make some variables in the template avaliable, you can\nsimply pass contact() a dict like you would pass it to render_to_response.\n\ndef contact(request):\n\treturn contactForm(request, 'contact.html', {'myVar':42})\n\n\ncontact.html can contain a normal form, for example:\n\n{% extends \"whatever/base.html\" %}\n\n{% block content %}\n{% if form.errors %}\n
\n Please correct the error{{ form.errors|pluralize }} below.\n
\n{% endif %}\n\n\n{% endblock %}", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://bitbucket.org", "keywords": null, "license": "GPLv2", "maintainer": null, "maintainer_email": null, "name": "indeed_contactForm", "package_url": "https://pypi.org/project/indeed_contactForm/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/indeed_contactForm/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://bitbucket.org" }, "release_url": "https://pypi.org/project/indeed_contactForm/1.0.2/", "requires_dist": null, "requires_python": null, "summary": "A very simple Contact Form for django", "version": "1.0.2" }, "last_serial": 793257, "releases": { "1.0": [ { "comment_text": "", "digests": { "md5": "654a0fa8a98df20c31493494605d7bcf", "sha256": "a776a397292811be5a08010a5520137b58fd1685d856cf7b05db8262edc5cdb5" }, "downloads": -1, "filename": "indeed_contactForm-1.0.tar.gz", "has_sig": false, "md5_digest": "654a0fa8a98df20c31493494605d7bcf", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2590, "upload_time": "2010-12-27T13:21:55", "url": "https://files.pythonhosted.org/packages/7d/96/e6035d7dcbc88d3fe6bbc6cc5a396ff036d0f0293de1212a355e1b598109/indeed_contactForm-1.0.tar.gz" } ], "1.0.1": [ { "comment_text": "", "digests": { "md5": "a286104fb6206ee697a72bc81f3b2b44", "sha256": "1f8a7718af1896d23e540bc630073b67ecf1c101a4b08383b44dc8d355c2b797" }, "downloads": -1, "filename": "indeed_contactForm-1.0.1.tar.gz", "has_sig": false, "md5_digest": "a286104fb6206ee697a72bc81f3b2b44", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3224, "upload_time": "2010-12-29T10:58:08", "url": "https://files.pythonhosted.org/packages/3e/62/7c263a9b6375be0112de67dd30f5a3ca2bf66e41fdc584e84390f56f8b8a/indeed_contactForm-1.0.1.tar.gz" } ], "1.0.2": [ { "comment_text": "", "digests": { "md5": "4e4508599bee6fae93e0511654a3f33f", "sha256": "22b709ea49b24ca046a3f90324fc05f0526f566f25be7937fec5ba9dd6016480" }, "downloads": -1, "filename": "indeed_contactForm-1.0.2.tar.gz", "has_sig": false, "md5_digest": "4e4508599bee6fae93e0511654a3f33f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3218, "upload_time": "2011-01-06T20:24:26", "url": "https://files.pythonhosted.org/packages/94/a0/36000551d7c1088503a260ecfbfd3a9e4eccb610cd6b92fb54c92c05764b/indeed_contactForm-1.0.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "4e4508599bee6fae93e0511654a3f33f", "sha256": "22b709ea49b24ca046a3f90324fc05f0526f566f25be7937fec5ba9dd6016480" }, "downloads": -1, "filename": "indeed_contactForm-1.0.2.tar.gz", "has_sig": false, "md5_digest": "4e4508599bee6fae93e0511654a3f33f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3218, "upload_time": "2011-01-06T20:24:26", "url": "https://files.pythonhosted.org/packages/94/a0/36000551d7c1088503a260ecfbfd3a9e4eccb610cd6b92fb54c92c05764b/indeed_contactForm-1.0.2.tar.gz" } ] }