https://github.com/fourdigits/wagtail-download-counter
https://github.com/fourdigits/wagtail-download-counter
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/fourdigits/wagtail-download-counter
- Owner: fourdigits
- License: bsd-3-clause
- Created: 2017-02-17T09:33:28.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2020-12-04T08:01:33.000Z (over 5 years ago)
- Last Synced: 2025-03-05T13:50:15.336Z (about 1 year ago)
- Language: Python
- Size: 8.79 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
.. image:: https://travis-ci.org/fourdigits/wagtail-download-counter.svg?branch=master
:target: https://travis-ci.org/fourdigits/wagtail-download-counter
:alt: Build status
========================
Wagtail Download Counter
========================
Wagtail Download Counter is an add-on for `Wagtail CMS `_ that keeps track of the number of times a document has been downloaded and shows the count in the Wagtail admin interface.
Usage
=====
In your settings file add the following:
.. code-block:: python
INSTALLED_APPS = [
...
'downloadcounter',
...
]
Make sure you add ``downloadcounter`` before ``wagtail.wagtaildocs`` in the installed apps.
Run migrations and you're set.