django.template.library.InvalidTemplateLibrary

58 Views Asked by At

im tried to install django-jalali-date module on Django5.0 . But I encountered the following error:

django.template.library.InvalidTemplateLibrary: Invalid template library specified. ImportError raised when trying to load 'jalali_date.templatetags.jalali_tags': No module named 'distutils'

i am tried install this module for convert Gregorian calendar to solar calendar. I installed it with pip install django-jalali-date and put it in the installed apps

0

There are 0 best solutions below