Opened 6 years ago

Closed 6 years ago

#29888 closed Uncategorized (invalid)

How to resolve the issue?

Reported by: Vanama Vamsi Krishna Owned by: nobody
Component: Uncategorized Version: 2.1
Severity: Normal Keywords:
Cc: Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

C:\WINDOWS\system32>E:

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: foundation@…
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

Change History (1)

comment:1 by Claude Paroz, 6 years ago

Resolution: invalid
Status: newclosed

Sorry, but this ticket tracker is not meant as a support channel.
Read https://code.djangoproject.com/wiki/TicketClosingReasons/UseSupportChannels

Note: See TracTickets for help on using tickets.
Back to Top