A Wagtail add-on to to keep track of the number of downloads per file
Project description
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:
INSTALLED_APPS = [
...
'downloadcounter',
...
]
Make sure you add downloadcounter before wagtail.wagtaildocs in the installed apps.
Run migrations and you’re set.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Close
Hashes for wagtail-download-counter-0.0.1.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 272d46329214eb80405733bce1a195ea4d53424328fe3bced64688b522e5bd72 |
|
MD5 | 71814225cfedd84fe8aa51d2d8d4355d |
|
BLAKE2b-256 | 38ae6b9ebf087063ee1c0f2aeb4c348185c3881137ae85ad077f0ee5381bcce1 |