{ "info": { "author": "flytrap", "author_email": "hiddenstat@gmial.com", "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", "Programming Language :: Python :: 2", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "Comments\n==============\n\n1. Add \"comments\" to your INSTALLED_APPS setting like this::\n\n INSTALLED_APPS = [\n ...\n 'flytrap.comments',\n ]\n\n2. Include the comments URLconf in your project urls.py like this::\n\n url(r'^comments/', include('flytrap.comments.urls'), ),\n\n3. Run `python manage.py migrate` to create the comments models.\n\n4. Start the development server and visit http://127.0.0.1:8000/admin/\n to create a comments (you'll need the Admin app enabled).\n\n5. Visit http://127.0.0.1:8000/comments/ to participate in the comments.", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/flytrap/flytrap-comments", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "flytrap-comments", "package_url": "https://pypi.org/project/flytrap-comments/", "platform": "", "project_url": "https://pypi.org/project/flytrap-comments/", "project_urls": { "Homepage": "https://github.com/flytrap/flytrap-comments" }, "release_url": "https://pypi.org/project/flytrap-comments/0.0.1/", "requires_dist": null, "requires_python": "", "summary": "A simple Django app to comment", "version": "0.0.1" }, "last_serial": 3724121, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "087f42924795820e8d910278047ea804", "sha256": "c9a9885af4bda350a2f3f962321fa6d7d3a7b5bfbb39ee4f0d80ed426a6b444b" }, "downloads": -1, "filename": "flytrap-comments-0.0.1.tar.gz", "has_sig": false, "md5_digest": "087f42924795820e8d910278047ea804", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4697, "upload_time": "2018-04-01T13:00:18", "url": "https://files.pythonhosted.org/packages/a6/bf/3ca0f9335625717833a4aee1ad16e69201740038a89c17be25fa0731d533/flytrap-comments-0.0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "087f42924795820e8d910278047ea804", "sha256": "c9a9885af4bda350a2f3f962321fa6d7d3a7b5bfbb39ee4f0d80ed426a6b444b" }, "downloads": -1, "filename": "flytrap-comments-0.0.1.tar.gz", "has_sig": false, "md5_digest": "087f42924795820e8d910278047ea804", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4697, "upload_time": "2018-04-01T13:00:18", "url": "https://files.pythonhosted.org/packages/a6/bf/3ca0f9335625717833a4aee1ad16e69201740038a89c17be25fa0731d533/flytrap-comments-0.0.1.tar.gz" } ] }