django.template.library.InvalidTemplateLibrary: Invalid template library specified in Django3.2

7.7k Views Asked by At

django.template.library.InvalidTemplateLibrary: Invalid template library specified. ImportError raised when trying to load 'django.contrib.admin.templatetags.admin_static': cannot import name 'RemovedInDjango30Warning' from 'django.utils.deprecation' (C:\Users\Gokul\Anaconda3\envs\myDjangoEnv\lib\site-packages\django\utils\deprecation.py)

I'm getting this error, after i update django to 3.2! Any possible solutions would be helpful.

Thanks in advance!

0

There are 0 best solutions below