javadnikbakht / jalali-utils

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Django Toman Time Utils

django-toman-time-utils is a Django app to provide time utils for Toman company's Django projects.

Detailed documentation is in the "docs" directory.

Quick start

  1. Add "django_toman_time_utils" to your INSTALLED_APPS setting like this:

    INSTALLED_APPS = [
        ...,
        "django_toman_time_utils",
    ]
    

About

License:GNU General Public License v3.0


Languages

Language:Python 100.0%