Skip to main content

A simple Django app to handle comments with javascript.

Project description

A reusable Django & Javascript app (jQuery) for simply implementing a comments feed on any url. Go here to get started: https://github.com/NYARAS/calvine-comments-application

Coming soon

Quick start

  1. Install Dep:

    pip install djangorestframework django-cors-headers

  2. Add “comments” to your INSTALLED_APPS setting like this:

    INSTALLED_APPS = [
        ...
        'corsheaders', # https://github.com/ottoyiu/django-cors-headers
        'rest_framework', # http://www.django-rest-framework.org/
        'comments',
    ]

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django-calvo-comments-0.0.14.tar.gz (5.0 kB view hashes)

Uploaded Source

Built Distribution

django_calvo_comments-0.0.14-py3-none-any.whl (9.7 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page