Skip to main content

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

  1. Fork it!

  2. Create your feature branch: git checkout -b my-new-feature

  3. Commit your changes: git commit -am ‘Add some feature’

  4. Push to the branch: git push origin my-new-feature

  5. 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

django-commentator-0.0.4.tar.gz (157.5 kB view details)

Uploaded Source

File details

Details for the file django-commentator-0.0.4.tar.gz.

File metadata

File hashes

Hashes for django-commentator-0.0.4.tar.gz
Algorithm Hash digest
SHA256 7d248515f34e031d470cf2f6b34edcfe9d8bc7c03bb14bf8236685457c6a122a
MD5 b21350fe4a1d675d7111c0f0dd488bfa
BLAKE2b-256 885971f5401e00a3f012c9fd3cde4d29ee00bcddc479309f8674d61a81756cb1

See more details on using hashes here.

Release history Release notifications | RSS feed

This release

0.0.4 This release

1 file

0.0.3

1 file

0.0.2

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page