Codenerix Reviews is a module that enables CODENERIX to add reviews to articles publishe with django-codenerix-cms.
You can have a look to our demos online:
You can find some working examples in GITHUB at django-codenerix-examples project.
Install this package:
For python 2: sudo pip2 install django-codenerix-reviews For python 3: sudo pip3 install django-codenerix-reviews
Add "codenerix_reviews" to your INSTALLED_APPS setting like this:
INSTALLED_APPS = [ ... 'codenerix_reviews', ]
Add in settings the params:
# path for codenerix_reviews CDNX_REVIEWS = 'reviews'
Since Codenerix Reviews is a library, you only need to import its parts into your project and use them.
Coming soon... do you help us?
You can get in touch with us here.