Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 224 Bytes

installation.rst

File metadata and controls

16 lines (10 loc) · 224 Bytes

Installation

  • To install :

    pip install django-trending
  • Add trending to your INSTALLED_APPS setting:

    INSTALLED_APPS = (
        # other apps
        "trending",
    )