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!