{ "info": { "author": "Tit\u00f3 Drew", "author_email": "titodrew@gmail.com", "bugtrack_url": null, "classifiers": [ "Environment :: Web Environment", "Framework :: Django", "Framework :: Django :: 1.10", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.7", "Topic :: Internet :: WWW/HTTP", "Topic :: Internet :: WWW/HTTP :: Dynamic Content" ], "description": "=========\nCommunico\n=========\n\nCommunico is a simple Django app for contact forms.\n\n\nQuick start\n-----------\n\n1. Install \"communico\" from PyPI:\n\n pip install communico\n\n\n2. Add \"communico\" to your INSTALLED_APPS setting like this::\n\n INSTALLED_APPS = [\n ...\n 'communico',\n ]\n\n3. Add the following email settings to your settings file::\n\n EMAIL_HOST = ''\n EMAIL_HOST_USER = ''\n EMAIL_HOST_PASSWORD = ''\n EMAIL_USE_TLS = True\n EMAIL_PORT = 587\n\n4. Include the communico URLconf in your project urls.py like this::\n\n url(r'^contact/', include('communico.urls', namespace='communico')),\n\n5. Start the development server and visit http://127.0.0.1:8000/contact/\n to view the contacts form.\n\n6. Communico comes with a basic html and no styling, please tweak as needed.", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://www.github.com/titodrew/communico", "keywords": "", "license": "BSD License", "maintainer": "", "maintainer_email": "", "name": "communico", "package_url": "https://pypi.org/project/communico/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/communico/", "project_urls": { "Homepage": "https://www.github.com/titodrew/communico" }, "release_url": "https://pypi.org/project/communico/0.1/", "requires_dist": null, "requires_python": "", "summary": "A simple Django contact form app.", "version": "0.1" }, "last_serial": 2502411, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "043b093bbdda25b2690df3b6008813ec", "sha256": "90cffc047cb004022814dd7dafeabd2aa38e9605c680a25c999eb6f74ac6a011" }, "downloads": -1, "filename": "communico-0.1.tar.gz", "has_sig": false, "md5_digest": "043b093bbdda25b2690df3b6008813ec", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3461, "upload_time": "2016-12-06T13:47:11", "url": "https://files.pythonhosted.org/packages/b5/80/8233c75ef4599c6ab08753fa5ec768d5c2d1b52afe0a8c395b8d4baa3e46/communico-0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "043b093bbdda25b2690df3b6008813ec", "sha256": "90cffc047cb004022814dd7dafeabd2aa38e9605c680a25c999eb6f74ac6a011" }, "downloads": -1, "filename": "communico-0.1.tar.gz", "has_sig": false, "md5_digest": "043b093bbdda25b2690df3b6008813ec", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3461, "upload_time": "2016-12-06T13:47:11", "url": "https://files.pythonhosted.org/packages/b5/80/8233c75ef4599c6ab08753fa5ec768d5c2d1b52afe0a8c395b8d4baa3e46/communico-0.1.tar.gz" } ] }