Skip to content

Latest commit

 

History

History
76 lines (49 loc) · 1.53 KB

README.rst

File metadata and controls

76 lines (49 loc) · 1.53 KB

django-mptt-comments

https://travis-ci.org/zmrenwu/django-mptt-comments.svg?branch=master

writting...

Documentation

The full documentation is at https://django-mptt-comments.readthedocs.io.

Quickstart

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)),
    ...
]

Features

  • TODO

Running Tests

Does the code actually work?

source <YOURVIRTUALENV>/bin/activate
(myenv) $ pip install tox
(myenv) $ tox

Credits

Tools used in rendering this package: