writting...
The full documentation is at https://django-mptt-comments.readthedocs.io.
Install django-mptt-comments:
pip install django-mptt-comments
Add it to your INSTALLED_APPS:
INSTALLED_APPS = (
...
'django_mptt_comments.apps.DjangoMpttCommentsConfig',
...
)
Add django-mptt-comments's URL patterns:
from django_mptt_comments import urls as django_mptt_comments_urls
urlpatterns = [
...
url(r'^', include(django_mptt_comments_urls)),
...
]
- TODO
Does the code actually work?
source <YOURVIRTUALENV>/bin/activate (myenv) $ pip install tox (myenv) $ tox
Tools used in rendering this package: