Not for production
Commentaries system for Django
What’s that
django-commentator is a reusable commentaries application for Django
Dependence
Django >= 1.7
Getting started
Install django-commentator:
`pip install django-commentator`
Add ‘commentator’ to INSTALLED_APPS.
Add url(r’^comments/’, include(‘commentator.urls’)), to urlpatterns.
Add {% commentator_css %} to head block in you template.
Add {% commentator_js %} to footer block in you template.
Add {% load commentator_tags %} to you template.
Use {% comment_wrapper obj %} for view comments.
Contributing
Fork it!
Create your feature branch: git checkout -b my-new-feature
Commit your changes: git commit -am ‘Add some feature’
Push to the branch: git push origin my-new-feature
Submit a pull request =]
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file django-commentator-0.0.4.tar.gz.
File metadata
- Download URL: django-commentator-0.0.4.tar.gz
- Upload date:
- Size: 157.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7d248515f34e031d470cf2f6b34edcfe9d8bc7c03bb14bf8236685457c6a122a
|
|
| MD5 |
b21350fe4a1d675d7111c0f0dd488bfa
|
|
| BLAKE2b-256 |
885971f5401e00a3f012c9fd3cde4d29ee00bcddc479309f8674d61a81756cb1
|