After installing this package and adding plausible.contrib.wagtail to INSTALLED_APPS, I'm getting an error: ModuleNotFoundError: No module named 'plausible.contrib'.
In a clean virtual environment, this is what the package from pypi looks like:
The contrib/wagtail folder is missing. Same thing if you download the .tar.gz from pypi. I also tried with pip install django-plausible[wagtail] which results in the same package contents, but with wagtail installed too.
After installing this package and adding
plausible.contrib.wagtail
toINSTALLED_APPS
, I'm getting an error:ModuleNotFoundError: No module named 'plausible.contrib'
.In a clean virtual environment, this is what the package from pypi looks like:
The
contrib/wagtail
folder is missing. Same thing if you download the .tar.gz from pypi. I also tried withpip install django-plausible[wagtail]
which results in the same package contents, but with wagtail installed too.