django-comments-easy 0.3

Creator: danarutscher

Last updated:

Add to Cart

Description:

djangocommentseasy 0.3

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

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.