Skip to content

fourdigits/wagtail-download-counter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:

INSTALLED_APPS = [
    ...
    'downloadcounter',
    ...
]

Make sure you add downloadcounter before wagtail.wagtaildocs in the installed apps.

Run migrations and you're set.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages