After upgrading my django from 1.8 to 1.10, when i start a project(django-admin startproject lwc) there is an error:
CommandError: C:\Python34\binesh\lwc\lwc\settings.py already exists,
overlaying
a project or app into an existing directory won't replace conflicting files.
it creates a file for lwc, manage.py
and another lwc folder in it, and settings.py in second lwc folder.
what is wrong with it?