E:\>cd Tutorials
E:\Tutorials>cd Projects
E:\Tutorials\Projects>django-admin startproject mysite
CommandError: E:\Tutorials\Projects\mysite\manage.py already exists,
overlaying a project or app into an existing directory won't replace
conflicting files
Proof for Django installed is as follows:
C:\WINDOWS\system32>pip show DJango
Name: Django
Version: 2.1.2
Summary: A high-level Python Web framework that encourages rapid
development and clean, pragmatic design.
Home-page: https://www.djangoproject.com/
Author: Django Software Foundation
Author-email: found...@djangoproject.com
License: BSD
Location: c:\programdata\anaconda3\lib\site-packages
Requires: pytz
Required-by: django-meetup
C:\WINDOWS\system32>python -m django --version
2.1.2
--
Ticket URL: <https://code.djangoproject.com/ticket/29888>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* status: new => closed
* resolution: => invalid
Comment:
Sorry, but this ticket tracker is not meant as a support channel.
Read
https://code.djangoproject.com/wiki/TicketClosingReasons/UseSupportChannels
--
Ticket URL: <https://code.djangoproject.com/ticket/29888#comment:1>