i am gettinig error as : ModuleNotFoundError: No module named 'currency_converter'
i installed by command: pip3 install currency_converter
after instaltion show succesfull, even showing madule as exit on checking by: pip3 show currency_converter
after that use migration command then its show same error as abobe
Migration: python3 manage.py makemigrations
please help