관리 메뉴

Silver Library (Archived)

Django - error and reinstalling django-countries 본문

Personal DB/Unclassified record

Django - error and reinstalling django-countries

Chesed Kim 2020. 12. 14. 20:22
반응형

pypi.org/project/django-countries/

 

django-countries

Provides a country field for Django models.

pypi.org

Be sure to find some code for installation here if the error occurs like:

ModuleNotFoundError: No module named 'django_countries' 

 

If pillow drives you crazy, try this:

python3 -m pip install --upgrade pip

python3 -m pip install --upgrade Pillow

pillow.readthedocs.io/en/latest/installation.html#building-on-windows-using-msys2-mingw

 

Try this before deleting VSCode.