I am using below version
python 3.7.4 Django 2.0.5 MySQL 5.5 restframework 3.0
while running getting error as below, please help me
File "C:\Users\Imbesat Anwar\AppData\Local\Programs\Python\Python37\lib\site-packages\rest_framework\settings.py", line 22, in from django.utils import importlib, six ImportError: cannot import name 'importlib' from 'django.utils' (C:\Users\Imbesat Anwar\AppData\Local\Programs\Python\Python37\lib\site-packages\django\utils__init__.py)
import importlib
asdjango.utils.importlib
was deprecated in Django 1.7 and removed in Django 1.9 – Rahul Raut