Metadata-Version: 2.4
Name: django-nested-comments
Version: 2.0.6
Summary: A Django application for handling comment uploads and associating them to arbitrary models.
Project-URL: Homepage, https://github.com/imsweb/django-nested-comments
Author-email: Noah Lefcourt <lefcourn@imsweb.com>
Maintainer-email: Brad Rutten <ruttenb@imsweb.com>, Jacob Tomlinson <tomlinsonj@imsweb.com>
License-Expression: BSD-2-Clause
License-File: LICENSE
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.11
Classifier: Topic :: Utilities
Requires-Dist: django-mptt~=0.16.0
Requires-Dist: nh3
Description-Content-Type: text/markdown

Documentation
=============

To build the documentation, go into the docs directory and type:

    make html

The documentation will be built with an index of docs/_build/index.html
