Re: cant start a new project ,just installed django

2016-10-04 Thread new user
> When I copy-pasted the error message into Google I got some stackoverflow > posts saying that you can get this error if you have two different versions > of Django installed; are you certain that your 1.10.2 install is the only > one on your system? > > On Mon, Oct 3, 2016 at 5:

Re: cant start a new project ,just installed django

2016-10-04 Thread new user
python 2.7.10 django 1.10.2 i think its what is says here: https://code.djangoproject.com/ticket/18296 but i cant solve it On Tuesday, October 4, 2016 at 5:19:59 AM UTC+3, Sylvain Dégué wrote: > > What Django & python version do you have? > > Le lundi 3 octobre 2016 19:

cant start a new project ,just installed django

2016-10-03 Thread new user
followed the intro: https://docs.djangoproject.com/en/1.10/intro/tutorial01/ when i run django-admin startproject mysite its prompt : "manage.py already exists, overlaying a project or app into an existing directory won't replace conflicting files" not matter what name i give to the project , i