Setup¶
Installation¶
Install from PyPi with pip:
pip install django-timezone-utils
To use django-timezone-utils in your Django project, just import and
use the utility classes described in this documentation; there is no need to
modify your INSTALLED_APPS setting.
Dependencies¶
Deprecation Policy¶
django-timezone-utils will support any version of Django that is currently
supported by the Django Software Foundation.
Please view Django’s Supported Version documentation
for more information.