Skip to content

Latest commit

 

History

History
11 lines (10 loc) · 298 Bytes

README.md

File metadata and controls

11 lines (10 loc) · 298 Bytes

django-jalalify

django_jalalify is a pluggable application which provides some utilities for jalali solar calendar for your Django projects.

Quick start

  1. Add "django_jalalify" to your INSTALLED_APPS setting like this::
INSTALLED_APPS = [
    ...,
    "django_jalalify",
]