{ "info": { "author": "gmh04", "author_email": "gmh04@netscape.net", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Environment :: Web Environment", "Framework :: Django", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python", "Topic :: Internet :: WWW/HTTP", "Topic :: Security" ], "description": "===================\r\ncmslplugin-comments\r\n===================\r\n\r\nDependencies\r\n------------\r\n* captcha\r\n\r\nInstallation\r\n------------\r\n\r\n::\r\n\r\n pip install cmsplugin-comments\r\n\r\nsettings.py::\r\n\r\n INSTALLED_APPS = (\r\n ...\r\n 'cmsplugin_comments',\r\n ...\r\n )\r\n\r\nurls.py::\r\n\r\n urlpatterns = patterns('',\r\n ...\r\n url(r'^comments/', include('django.contrib.comments.urls')),\r\n ...\r\n )\r\n\r\nEnable captcha\r\n--------------\r\n\r\nsettings.py::\r\n\r\n INSTALLED_APPS = (\r\n ...\r\n 'cmsplugin_comments',\r\n ...\r\n )\r\n\r\n COMMENTS_APP = 'cmsplugin_comments'\r\n\r\nurls.py::\r\n\r\n urlpatterns = patterns('',\r\n ...\r\n url(r'^comments/', include('captcha.urls')),\r\n ...\r\n )\r\n\r\n\r\nEnable emailing of new messages to admins\r\n-----------------------------------------\r\n\r\nsettings.py::\r\n\r\n EMAIL_HOST=\r\n EMAIL_PORT=\r\n EMAIL_HOST_USER='my@email.com'\r\n EMAIL_HOST_PASSWORD='xxx'\r\n EMAIL_USE_TLS=True\r\n\r\n::\r\n\r\n touch {project-home}/templates/comments/comment_notification_email.txt\r\n\r\nfinally::\r\n\r\n manage.py syncdb\r\n manage.py migrate", "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/gmh04/cmsplugin_comments", "keywords": "", "license": "GPL", "maintainer": "", "maintainer_email": "", "name": "cmsplugin-comments", "package_url": "https://pypi.org/project/cmsplugin-comments/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/cmsplugin-comments/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://bitbucket.org/gmh04/cmsplugin_comments" }, "release_url": "https://pypi.org/project/cmsplugin-comments/0.1/", "requires_dist": null, "requires_python": null, "summary": "A django-cms plugin for adding comments", "version": "0.1" }, "last_serial": 787543, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "3e02b0929a2672cd414a652bb658853b", "sha256": "edac4776e716a65f4c53a66d8c0860a13377298107319819faed14d370ce2d37" }, "downloads": -1, "filename": "cmsplugin-comments-0.1.tar.gz", "has_sig": false, "md5_digest": "3e02b0929a2672cd414a652bb658853b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3748, "upload_time": "2011-03-13T22:14:31", "url": "https://files.pythonhosted.org/packages/9c/3c/fa0811d4a08a23f2d2bc15f7897afafe09ff28da7137213c3577bcdeae7b/cmsplugin-comments-0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "3e02b0929a2672cd414a652bb658853b", "sha256": "edac4776e716a65f4c53a66d8c0860a13377298107319819faed14d370ce2d37" }, "downloads": -1, "filename": "cmsplugin-comments-0.1.tar.gz", "has_sig": false, "md5_digest": "3e02b0929a2672cd414a652bb658853b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3748, "upload_time": "2011-03-13T22:14:31", "url": "https://files.pythonhosted.org/packages/9c/3c/fa0811d4a08a23f2d2bc15f7897afafe09ff28da7137213c3577bcdeae7b/cmsplugin-comments-0.1.tar.gz" } ] }