Skip to main content

Django commenting and object rating module with buildin google translation

Project description

Multi-Language-Commenting

A commenting system for a multi language purpose. It takes use of the Google Services to detect and translate comments.

Quickstart

Install with

pip install django-mlcommeting

Add it to your INSTALLED_APPS:

INSTALLED_APPS = (
    'django_mlcommenting',
)

Add Multi-Language-Commenting 's URL patterns:

.. code-block:: python

from django_mlcommenting import urls as django_mlcommenting_urls
from django.conf.urls import url, include


urlpatterns = [
    url(r'^', include(django_mlcommenting_urls)),
]

Requirements

    {% load staticfiles %}

    <!-- main css -->
    <link rel="stylesheet" type="text/css" href="
        {% static 'django_mlcommenting/css/django_mlcommenting.css' %}
    ">

    <!-- Material Icons -->
    <link href="https://fonts.googleapis.com/icon?family=Material+Icons"
    rel="stylesheet">

    <!-- JQuery -->
    <script src="https://code.jquery.com/jquery-3.3.1.min.js"
    integrity="sha256-FgpCb/KJQlLNfOu91ta32o/NMZxltwRo8QtmkMRdAu8="
    crossorigin="anonymous"></script>

    <!-- Body bottom -->
    <script src="{% static 'django_mlcommenting/js/django_mlcommenting.js' %}"></script>

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate

License

MIT

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-mlcommenting-0.1.1.tar.gz (9.7 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

django_mlcommenting-0.1.1-py3-none-any.whl (9.8 kB view details)

Uploaded Python 3

File details

Details for the file django-mlcommenting-0.1.1.tar.gz.

File metadata

  • Download URL: django-mlcommenting-0.1.1.tar.gz
  • Upload date:
  • Size: 9.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.33.0 CPython/3.7.3

File hashes

Hashes for django-mlcommenting-0.1.1.tar.gz
Algorithm Hash digest
SHA256 58f1456cf6d242a5ca976bf2b1af2b362fc5773622933b4a99cdd09d0d0db76c
MD5 abc03b13d637f5257dc0b2d97d203750
BLAKE2b-256 0e6aa3fea1912ce910c0de2c54865ef426b5bbd2a6435ecc8876f515cc1ac8d7

See more details on using hashes here.

File details

Details for the file django_mlcommenting-0.1.1-py3-none-any.whl.

File metadata

  • Download URL: django_mlcommenting-0.1.1-py3-none-any.whl
  • Upload date:
  • Size: 9.8 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.33.0 CPython/3.7.3

File hashes

Hashes for django_mlcommenting-0.1.1-py3-none-any.whl
Algorithm Hash digest
SHA256 db7d4fef249e7b09c236cca93d078bdcc28bbe69e6482f730a31c2d7509c9e92
MD5 a2437e54425bd2fff9d15ec08d05fd9e
BLAKE2b-256 5ce5884aad3a97f01c839a34eb21f07e8324c87eafb67b72825fe5b092b0dc40

See more details on using hashes here.

Supported by

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