A simple Django app to track page visits for internal use.
Project description
Django Dima Visits
Installation
Installation is simple:
pip install django-dima-visits- Add
'visits'or'visits.apps.VisitsConfig'toINSTALLED_APPSinsettings.py - Add
'visits.middleware.VisitMiddleware'toMIDDLEWAREinsettings.pylike this:
MIDDLEWARE = [
...
'visits.middleware.VisitMiddleware',
]
After that, you can check visits in the Django admin panel.
Change Log
1.3: Minor bux fixes.
1.2: Added Persian translation including PO and MO files in the app. Also added installation guide in the README.
1.0: First release.
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file django_dima_visits-1.3.tar.gz.
File metadata
- Download URL: django_dima_visits-1.3.tar.gz
- Upload date:
- Size: 7.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
92ed4f13e6f8649b9d876a1e185b2763ec061e9a42b3cf621f169d79141231bb
|
|
| MD5 |
30f0608cc578f52a0fab6de0af5e40ce
|
|
| BLAKE2b-256 |
f4a834e59f7a9431cb4f5a347bf093a56f983f9fffe7b66d9f3442a7802add64
|
File details
Details for the file django_dima_visits-1.3-py3-none-any.whl.
File metadata
- Download URL: django_dima_visits-1.3-py3-none-any.whl
- Upload date:
- Size: 11.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
620b1b547e019b38c25103f0457658b37bbbaafe1b9fd90f2dc322c167eda851
|
|
| MD5 |
524a7116b506026083cea10f86548353
|
|
| BLAKE2b-256 |
7c38b3e5eee32837e93e5185bd03527e8bb0e83d8357e737a2398221ba544fe0
|