writting...
Project description
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:
History
0.1.0 (2018-07-14)
First release on PyPI.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
Close
Hashes for django_mptt_comments-0.1.0-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 726f689171fca06f6d31a6388d9ad53b19d0ca33b322c06b5a069115a45a2916 |
|
MD5 | 64fb66eb679a5040597d65678ceab943 |
|
BLAKE2b-256 | 74e721fdd2262783eb67fe3fc1b1ea48090840c9c01f04205bd62f1ea4b45f76 |