=================================
A Django Nested Commenting App
=================================
Commenting is a Django app to add nested comment functionality to you django web application.
Detailed documentation is in the "docs" directory.
Quick start
===========
1. Add "commenting" to your INSTALLED_APPS setting like this::
INSTALLED_APPS = [
...,
'commenting',
]
2. Include the polls URLconf in your project urls.py like this::
path('commenting/', include(('commenting.urls', 'commenting'), namespace='commenting')),
3. Run ``python manage.py migrate`` to create the polls models.
4. Start the development server ``python manage.py runserver`` and
visit ' http://127.0.0.1:8000/admin/ 'to see whether comment model has been added successfully or not.
5. In your object(say Post) detail page add
' {% load comment_form_tag %} ' below {% extend %} if there is.
6. Now load the comment application in the template using
' {% render_comment_form post %} ''
Raw data
{
"_id": null,
"home_page": "https://www.example.com/",
"name": "django-commenting",
"maintainer": "",
"docs_url": null,
"requires_python": "",
"maintainer_email": "",
"keywords": "Django,commenting,nested comments",
"author": "Marvin",
"author_email": "aviavi@gmail.com",
"download_url": "https://files.pythonhosted.org/packages/ae/ba/8cbfdbb9274bd41d5fcab7b6706110272f362fda30c02c51d895f846b17b/django-commenting-0.2.tar.gz",
"platform": null,
"description": "=================================\r\nA Django Nested Commenting App\r\n=================================\r\n\r\nCommenting is a Django app to add nested comment functionality to you django web application.\r\n\r\nDetailed documentation is in the \"docs\" directory.\r\n\r\nQuick start\r\n===========\r\n\r\n1. Add \"commenting\" to your INSTALLED_APPS setting like this::\r\n\r\n INSTALLED_APPS = [\r\n ...,\r\n 'commenting',\r\n ]\r\n\r\n2. Include the polls URLconf in your project urls.py like this::\r\n\r\n path('commenting/', include(('commenting.urls', 'commenting'), namespace='commenting')),\r\n\r\n3. Run ``python manage.py migrate`` to create the polls models.\r\n\r\n4. Start the development server ``python manage.py runserver`` and \r\n visit ' http://127.0.0.1:8000/admin/ 'to see whether comment model has been added successfully or not.\r\n\r\n5. In your object(say Post) detail page add \r\n ' {% load comment_form_tag %} ' below {% extend %} if there is.\r\n\r\n6. Now load the comment application in the template using \r\n ' {% render_comment_form post %} ''\r\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "A Django app to add nested commenting feature to the user django application.",
"version": "0.2",
"project_urls": {
"Homepage": "https://www.example.com/"
},
"split_keywords": [
"django",
"commenting",
"nested comments"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "aeba8cbfdbb9274bd41d5fcab7b6706110272f362fda30c02c51d895f846b17b",
"md5": "01566a43c8ebe3bafcf499f26a71aad8",
"sha256": "23208e1432a58160eaed7257b17fae64e9b448952de2ec321afe128b1c87d993"
},
"downloads": -1,
"filename": "django-commenting-0.2.tar.gz",
"has_sig": false,
"md5_digest": "01566a43c8ebe3bafcf499f26a71aad8",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 7321,
"upload_time": "2023-06-24T04:57:51",
"upload_time_iso_8601": "2023-06-24T04:57:51.668712Z",
"url": "https://files.pythonhosted.org/packages/ae/ba/8cbfdbb9274bd41d5fcab7b6706110272f362fda30c02c51d895f846b17b/django-commenting-0.2.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-06-24 04:57:51",
"github": false,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"lcname": "django-commenting"
}