# DJANGO OUTBOX HITCOUNT
Project to make hitcount information more complex. Base on https://github.com/thornomad/django-hitcount, we build advance version that make device, OS, Browser, IP Geolocation, available in your website.
All you need to do is:
## In your django Environment
### Install package to your environment
> pip install django-outbox-hitcount
### Add to INSTALLED_APPS
INSTALLED_APPS = [
'django.contrib.sites',
'outbox_hitcount',
]
### Add SITE_ID in user settings.py
SITE_ID = 1
USE_TZ = True # set time zone True
# This setting just like django-hitcount library
HITCOUNT_KEEP_HIT_ACTIVE = { 'hours': 1 }
# HITCOUNT_HITS_PER_IP_LIMIT = 0 # unlimited
# HITCOUNT_EXCLUDE_USER_GROUP = () # not used
HITCOUNT_KEEP_HIT_IN_DATABASE = { 'days': 90 }
### Install requirements
Activate your environment using
> mkvirtualenv env_hitcount
### Migrate to create table to your database
> python manage.py migrate
### Run project
> python manage.py runserver
on you browser :
127.0.0.1:8000
Raw data
{
"_id": null,
"home_page": "https://github.com/PROJECT-OUTBOX/django_lib_outbox_hitcount",
"name": "django-outbox-hitcount",
"maintainer": "",
"docs_url": null,
"requires_python": "",
"maintainer_email": "",
"keywords": "hit,count,hitcount,model base,environment,django",
"author": "",
"author_email": "suratiwan03@gmail.com",
"download_url": "https://files.pythonhosted.org/packages/82/ee/729b62b7e6fc0c4b4149808cec477dc85057e6bf2f865f4347883995ce9d/django-outbox-hitcount-1.1.1.tar.gz",
"platform": null,
"description": "# DJANGO OUTBOX HITCOUNT\n\nProject to make hitcount information more complex. Base on https://github.com/thornomad/django-hitcount, we build advance version that make device, OS, Browser, IP Geolocation, available in your website.\n\nAll you need to do is: \n\n## In your django Environment\n\n### Install package to your environment\n > pip install django-outbox-hitcount\n\n### Add to INSTALLED_APPS\n INSTALLED_APPS = [ \n 'django.contrib.sites', \n 'outbox_hitcount',\n ]\n\n### Add SITE_ID in user settings.py\n SITE_ID = 1\n USE_TZ = True # set time zone True\n\n # This setting just like django-hitcount library\n HITCOUNT_KEEP_HIT_ACTIVE = { 'hours': 1 }\n # HITCOUNT_HITS_PER_IP_LIMIT = 0 # unlimited\n # HITCOUNT_EXCLUDE_USER_GROUP = () # not used\n HITCOUNT_KEEP_HIT_IN_DATABASE = { 'days': 90 } \n\n### Install requirements\n Activate your environment using\n > mkvirtualenv env_hitcount\n\n### Migrate to create table to your database\n > python manage.py migrate\n\n### Run project\n > python manage.py runserver\n on you browser :\n 127.0.0.1:8000\n",
"bugtrack_url": null,
"license": "",
"summary": "DJANGO OUTBOX HITCOUNT",
"version": "1.1.1",
"project_urls": {
"Homepage": "https://github.com/PROJECT-OUTBOX/django_lib_outbox_hitcount"
},
"split_keywords": [
"hit",
"count",
"hitcount",
"model base",
"environment",
"django"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "1acded692c476659a89e1ee8f3582c5e9399a0644d6c9f876346aaf7a1cc0adb",
"md5": "c81c2cddc7a8dbf68eefd7b8f39fed92",
"sha256": "44b8963ecc8e1c497c35578e54f87585bf1d9a57d5ab52f54699d88ff7702a30"
},
"downloads": -1,
"filename": "django_outbox_hitcount-1.1.1-py3-none-any.whl",
"has_sig": false,
"md5_digest": "c81c2cddc7a8dbf68eefd7b8f39fed92",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": null,
"size": 21462,
"upload_time": "2023-12-30T07:02:01",
"upload_time_iso_8601": "2023-12-30T07:02:01.793963Z",
"url": "https://files.pythonhosted.org/packages/1a/cd/ed692c476659a89e1ee8f3582c5e9399a0644d6c9f876346aaf7a1cc0adb/django_outbox_hitcount-1.1.1-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "82ee729b62b7e6fc0c4b4149808cec477dc85057e6bf2f865f4347883995ce9d",
"md5": "6fb4ca3bc519acb93aaf18a2dc571de6",
"sha256": "89cdd632621ae75d9ab0ccbb7db0e4d473436826842123382da0fb719a320b9e"
},
"downloads": -1,
"filename": "django-outbox-hitcount-1.1.1.tar.gz",
"has_sig": false,
"md5_digest": "6fb4ca3bc519acb93aaf18a2dc571de6",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 16480,
"upload_time": "2023-12-30T07:02:13",
"upload_time_iso_8601": "2023-12-30T07:02:13.410961Z",
"url": "https://files.pythonhosted.org/packages/82/ee/729b62b7e6fc0c4b4149808cec477dc85057e6bf2f865f4347883995ce9d/django-outbox-hitcount-1.1.1.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-12-30 07:02:13",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "PROJECT-OUTBOX",
"github_project": "django_lib_outbox_hitcount",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"requirements": [],
"lcname": "django-outbox-hitcount"
}