Silver Library (Archived)
Django - error and reinstalling django-countries 본문
Personal DB/Unclassified record
Django - error and reinstalling django-countries
Ayin Kim 2020. 12. 14. 20:22반응형
pypi.org/project/django-countries/
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.
'Personal DB > Unclassified record' 카테고리의 다른 글
Django - morning note (0) | 2020.12.15 |
---|---|
Django - why I stuck? and solution (0) | 2020.12.14 |
#4 Django and 'migrate' & application (0) | 2020.11.25 |
#3 Django - how dev only server works? (0) | 2020.11.24 |
[Django] port error - Error: That port is already in use. (0) | 2020.11.24 |