Django Viewers Count Middleware get from user request
Project description
Django Viewers Count Middleware
Viewers Count is a Django app to collect visitors request counts with path.
Detailed documentation.
Quick start
-
Add "viewers_count" to your INSTALLED_APPS setting like this::
INSTALLED_APPS = [
... 'viewers_count',]
-
Add "ViewerCountMiddleware" to your INSTALLED_APPS setting like this::
MIDDLEWARE = [
... 'viewers_count.middleware.ViewersCountMiddleware',]
-
Run to create the viewerscount models.
python manage.py migrate
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file django-viewers-counts-middleware-0.0.4.tar.gz.
File metadata
- Download URL: django-viewers-counts-middleware-0.0.4.tar.gz
- Upload date:
- Size: 1.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.8.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7c3195f4a8dd8e7ea0cb3d181230ebb26dd5344aa169cac2afef0691874c3afc
|
|
| MD5 |
19c3ccfaf3368f899c6f7e41bfcbddd5
|
|
| BLAKE2b-256 |
39ae985d07561057cd2a5fda2ae8701c76eb5edd234df68f5c90e578983cc8c4
|