{"id":17035000,"url":"https://github.com/justquick/django-mptt-comments","last_synced_at":"2025-04-12T13:13:30.253Z","repository":{"id":615224,"uuid":"253658","full_name":"justquick/django-mptt-comments","owner":"justquick","description":"A restful comment system using modified preordered tree traversal ala. slashdot","archived":false,"fork":false,"pushed_at":"2010-09-01T18:20:33.000Z","size":225,"stargazers_count":8,"open_issues_count":0,"forks_count":15,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-12T13:13:27.511Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"Grayda/driver-orvibo","license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/justquick.png","metadata":{"files":{"readme":"README.rst","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2009-07-17T15:34:11.000Z","updated_at":"2020-10-25T09:28:05.000Z","dependencies_parsed_at":"2022-07-05T03:31:26.561Z","dependency_job_id":null,"html_url":"https://github.com/justquick/django-mptt-comments","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/justquick%2Fdjango-mptt-comments","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/justquick%2Fdjango-mptt-comments/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/justquick%2Fdjango-mptt-comments/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/justquick%2Fdjango-mptt-comments/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/justquick","download_url":"https://codeload.github.com/justquick/django-mptt-comments/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248571863,"owners_count":21126522,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-14T08:45:15.252Z","updated_at":"2025-04-12T13:13:30.234Z","avatar_url":"https://github.com/justquick.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"====================\nDjango Mptt Comments\n====================\n\nDjango Mptt Comments is a simple way to display threaded comments instead of the django contrib comments.\n\nRepo moved `here`__ .\n\n__ http://bitbucket.org/fivethreeo/django-mptt-comments/\n\nInstallation\n============\n\n#. Get the required third party modules ::\n\n    svn checkout http://django-mptt.googlecode.com/svn/trunk/mptt\n    \n    svn checkout http://django-template-utils.googlecode.com/svn/trunk/template_utils\n    \n#. Add the `mptt_comments` directory to your Python path.\n\n#. Add the needed apps to `INSTALLED_APPS` ::\n\n    'django.contrib.comments',\n    'django.contrib.markup',\n    'template_utils',\n    'mptt',\n    'mptt_comments'\n\n#. Add `mptt_comments.urls` to your projects urlconf ::\n\n    (r'^comments/', include('mptt_comments.urls')),\n\n#. Add the required code to the objects detail page (see Usage)\n\n#. Copy the templates to adapt them for your site\n\n#. Style the forms using css\n\nUsage\n=====\n\nIn any detail template that wants to use `mptt_comments` ::\n        \n        {% block extrahead %}\n        \n        {% load mptt_comments_tags %}\n        {% get_mptt_comments_media %}\n        \n        {% endblock extrahead %}\n\nTo display the toplevel tree in templates: ::\n\n        {% load mptt_comments_tags %}    \n\n        {% display_comment_toplevel_for object %}\n        \n\nTODO\n====\n- Make the more link work without javascript","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjustquick%2Fdjango-mptt-comments","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjustquick%2Fdjango-mptt-comments","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjustquick%2Fdjango-mptt-comments/lists"}