{ "info": { "author": "Dadaso Zanzane", "author_email": "dadaso.zanzane@cuelogic.co.in", "bugtrack_url": null, "classifiers": [ "Environment :: Web Environment", "Framework :: Django", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Topic :: Internet :: WWW/HTTP", "Topic :: Internet :: WWW/HTTP :: Dynamic Content" ], "description": "# django-cuelogic-comments\n \n django-cuelogic-comments is a simple Django app to conduct Web-based Comments. \n \n Quick start\n -----------\n \n 1. Add \"comments\" to your INSTALLED_APPS setting like this::\n \n INSTALLED_APPS = (\n ...\n 'django_cuelogic_comments',\n )\n \n 2. Include the comments URLconf in your project urls.py like this::\n \n url(r'^comments/', include('django_cuelogic_comments.urls')),\n \n 3. Run `python manage.py migrate` to create the comments models.\n \n 4. In your view file import the module \n \n from django_cuelogic_comments import Comments\n \n 5. Create a instance in your view file/where you want to include comments\n \n comments = Comments.get(request,blog_id,edit=True,delete=True,reply=True,user=data[\"login\"][\"name\"])\n \n 5. Pass this comments data to your template\n \n render_to_response('your template file', RequestContext(request, {\"comments\":comments}))\n \n 6. Print in Template\n \n {{comments}}", "description_content_type": null, "docs_url": "https://pythonhosted.org/django-cuelogic-comments/", "download_url": null, "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "#", "keywords": null, "license": "BSD License", "maintainer": null, "maintainer_email": null, "name": "django-cuelogic-comments", "package_url": "https://pypi.org/project/django-cuelogic-comments/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/django-cuelogic-comments/", "project_urls": { "Homepage": "#" }, "release_url": "https://pypi.org/project/django-cuelogic-comments/0.1/", "requires_dist": null, "requires_python": null, "summary": "A simple Django app for manage comments.", "version": "0.1" }, "last_serial": 1410774, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "578dfe1994bf9587112558c977caf719", "sha256": "051bfcc9ca13fa5eaff74e3c8a4d1e4d40f07adf2a75d1913bc56a8ab66a93f3" }, "downloads": -1, "filename": "django-cuelogic-comments-0.0.1.tar.gz", "has_sig": false, "md5_digest": "578dfe1994bf9587112558c977caf719", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4184, "upload_time": "2015-02-05T13:30:03", "url": "https://files.pythonhosted.org/packages/68/40/c315de4f85e00bb916fcdc7b57a56e5ec01aab64b20fdadbcdc06ee31961/django-cuelogic-comments-0.0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "578dfe1994bf9587112558c977caf719", "sha256": "051bfcc9ca13fa5eaff74e3c8a4d1e4d40f07adf2a75d1913bc56a8ab66a93f3" }, "downloads": -1, "filename": "django-cuelogic-comments-0.0.1.tar.gz", "has_sig": false, "md5_digest": "578dfe1994bf9587112558c977caf719", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4184, "upload_time": "2015-02-05T13:30:03", "url": "https://files.pythonhosted.org/packages/68/40/c315de4f85e00bb916fcdc7b57a56e5ec01aab64b20fdadbcdc06ee31961/django-cuelogic-comments-0.0.1.tar.gz" } ] }