Skip to content

codenerix/django-codenerix-reviews

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

django-codenerix-reviews

Codenerix Reviews is a module that enables CODENERIX to add reviews to articles publishe with django-codenerix-cms.

Try our demo with Codenerix Cloud

Demo

You can have a look to our demos online:

You can find some working examples in GITHUB at django-codenerix-examples project.

Quickstart

  1. Install this package:

    For python 2: sudo pip2 install django-codenerix-reviews
    For python 3: sudo pip3 install django-codenerix-reviews
    
  2. Add "codenerix_reviews" to your INSTALLED_APPS setting like this:

    INSTALLED_APPS = [
        ...
        'codenerix_reviews',
    ]
    
  3. Add in settings the params:

    # path for codenerix_reviews
    CDNX_REVIEWS = 'reviews'
    
  4. Since Codenerix Reviews is a library, you only need to import its parts into your project and use them.

Documentation

Coming soon... do you help us?

You can get in touch with us here.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages