Django IP2Location Timezone is a simple Django package that can help you easily display your website visitor the time according to their location.
Project description
Django IP2Location Timezone
Django IP2Location Timezone is a Django package that can help you easily display your website visitor the time according to their location. This package used IP2Location Web Service to get time zone information.
Requirements
- Python 2.7 and above.
- Django 1.11 and above.
- IP2Location Web Service API Key. You can get a trial API key from IP2Location.
Quick Start
-
Install this package by using PYPI:
pip install django-ip2location-timezone
-
Add "ip2location_timezone" to your INSTALLED_APPS setting in settings.py:
INSTALLED_APPS = ( ... 'ip2location_timezone', )
-
Add "IP2locationTimezoneMiddleware" to your MIDDLEWARE_CLASSES in settings.py:
MIDDLEWARE_CLASSES = ( ... 'ip2location_timezone.middleware.IP2locationTimezoneMiddleware', )
-
Add your IP2Location Web Service API Key in settings.py:
IP2LOCATION_API_KEY = 'YOUR_API_KEY'
-
In your template, add the following code to display the user time zone and current time:
{% load tz %} {% localtime on %} {% get_current_timezone as TIME_ZONE %} Your timezone is {{ TIME_ZONE }}.<br/><br/> It is {% now "DATETIME_FORMAT" %} {% endlocaltime %}
Support
Email: support@ip2location.com.
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-ip2location-timezone-1.0.0.tar.gz.
File metadata
- Download URL: django-ip2location-timezone-1.0.0.tar.gz
- Upload date:
- Size: 3.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/39.0.1 requests-toolbelt/0.9.1 tqdm/4.32.2 CPython/2.7.15
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a9c90128356f7d3fc55ae45126d28d6f5c95abb8e39d0f83c4ed20e936720212
|
|
| MD5 |
f447ede256ee0d546d409c1f7f39ebc9
|
|
| BLAKE2b-256 |
a59d0730f1d5587ed82f598d304751083d97fe1fac7f6f7624e192a3862e6ccb
|
File details
Details for the file django_ip2location_timezone-1.0.0-py2-none-any.whl.
File metadata
- Download URL: django_ip2location_timezone-1.0.0-py2-none-any.whl
- Upload date:
- Size: 4.9 kB
- Tags: Python 2
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/39.0.1 requests-toolbelt/0.9.1 tqdm/4.32.2 CPython/2.7.15
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
082bc9b1c1abf5756573d3928939a1b0a79dba02861c6d74d092e2bbb019ed50
|
|
| MD5 |
3f2bd90585710efd5c8365255113f9cf
|
|
| BLAKE2b-256 |
82015e243f400cbbe27e1c1a5fb31fc61c66ec9f5c424683ec4f2de359c0580c
|