A simple Django plugin app for comments on any object.
Project description
Add the following to your INSTALLED_APPS setting like this:
INSTALLED_APPS = [ ... 'django.contrib.humanize', 'django_commentseasy', 'bootstrap3', ]
Include the django_commentseasy URLconf in your project urls.py like this:
url(r'^comment/', include('django_commentseasy.urls')),
Run python manage.py migrate to create the models.
Start the development server
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 Distribution
django-comments-easy-0.3.zip
(14.5 kB
view details)
File details
Details for the file django-comments-easy-0.3.zip
.
File metadata
- Download URL: django-comments-easy-0.3.zip
- Upload date:
- Size: 14.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
791ea462d33489afa1979e0622720b5b50a81fdb44bc03b69a7b92a320861bf8
|
|
MD5 |
8d15f5a9e5ff91303d3817010bbd73e3
|
|
BLAKE2b-256 |
45c5eb74ffd01020d7f6972cdc53d0b6ec93ee9d65d0a97876fa1abab94110ab
|