today's error

django-admin 으로 startproject 를 시도할 때 모듈 이름이 충돌나는 경우

Algorithm90 2019. 8. 12. 21:19

CommandError: 'config' conflicts with the name of an existing Python module and cannot be used as a project name. Please try another name.

 

기존 가상환경을 deactivate 하고 

 

사용하고자 하는 가상환경을 activate 하면 해결!