{ "info": { "author": "Ronin Dusette", "author_email": "contact@dusette.net", "bugtrack_url": null, "classifiers": [ "Environment :: Web Environment", "Framework :: Django", "Intended Audience :: Developers", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", "Topic :: Internet :: WWW/HTTP", "Topic :: Internet :: WWW/HTTP :: Dynamic Content" ], "description": "=====\n\ndjango-wattup v1.0\n\n=====\n\nA very simple contact form application for django.\n\nQuick Start\n-----------\n\nAdd \"wattup\" to your INSTALLED_APPS setting like this::\n\n INSTALLED_APPS = (\n ...\n 'wattup',\n )\n\nInclude the wattup URLconf in your projects urls.py like so:\n\n url(r'', include('wattup.urls'))\n\nAdd this to your projects settings.py: \n\n EMAIL_USE_TLS = foo\n \n EMAIL_HOST = 'foo'\n \n EMAIL_PORT = foo\n \n EMAIL_HOST_USER = 'foo'\n \n EMAIL_HOST_PASSWORD = 'foo'\n \n DEFAULT_TO_EMAIL = 'foo'\n \n DEFAULT_FROM_EMAIL = 'foo'\n \n ORG_NAME = 'foo'\n\n*NOTE*\n\n Make sure that these settings are correct!\n\n \"DEFAULT_TO_EMAIL\" is the email address you want the messages to go to.\n\n \"DEFAULT_FROM_EMAIL\" is the email address you want the message to say it is from.\n\nRun 'python manage.py syncdb'\n\nStart the development server and visit http://127.0.0.1:8000/contact\n\n\nFrom here, you should be able to send a message using the form you are given. If it does not work, check your settings.py", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://dusette.net/", "keywords": null, "license": "GPL v3", "maintainer": null, "maintainer_email": null, "name": "django-wattup", "package_url": "https://pypi.org/project/django-wattup/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/django-wattup/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://dusette.net/" }, "release_url": "https://pypi.org/project/django-wattup/1.0/", "requires_dist": null, "requires_python": null, "summary": "A very simple contact form application for django", "version": "1.0" }, "last_serial": 983690, "releases": { "1.0": [ { "comment_text": "", "digests": { "md5": "065b3298c122f95fa3fdbfec5e24f5c6", "sha256": "a324cf438c9b415a59a89fc6cc68a17b3db100f7213bc45a9dbdc3a7f6333cd4" }, "downloads": -1, "filename": "django-wattup-1.0.tar.gz", "has_sig": false, "md5_digest": "065b3298c122f95fa3fdbfec5e24f5c6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 15478, "upload_time": "2014-01-28T03:39:25", "url": "https://files.pythonhosted.org/packages/68/e5/108108ae7460e64b2e2237ca003dc85ea87ba4eba49ff3eb0c2a62bea3a4/django-wattup-1.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "065b3298c122f95fa3fdbfec5e24f5c6", "sha256": "a324cf438c9b415a59a89fc6cc68a17b3db100f7213bc45a9dbdc3a7f6333cd4" }, "downloads": -1, "filename": "django-wattup-1.0.tar.gz", "has_sig": false, "md5_digest": "065b3298c122f95fa3fdbfec5e24f5c6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 15478, "upload_time": "2014-01-28T03:39:25", "url": "https://files.pythonhosted.org/packages/68/e5/108108ae7460e64b2e2237ca003dc85ea87ba4eba49ff3eb0c2a62bea3a4/django-wattup-1.0.tar.gz" } ] }