Re: cant start a new project ,just installed django

2016-10-04 Thread Ori Ohayon
I tried from many locations -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscr...@googlegroups.com. To post to this group, send email to djang

Re: cant start a new project ,just installed django

2016-10-04 Thread saha.chandan94
Did you try run that code (django-admin startproject mysite) after changing your system directory? -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to django-users+

Re: cant start a new project ,just installed django

2016-10-04 Thread saha.chandan94
Do you tried run that code after changing your directory in cmd? On Tuesday, October 4, 2016 at 4:37:03 AM UTC+5:30, new user wrote: > > followed the intro: > https://docs.djangoproject.com/en/1.10/intro/tutorial01/ > > when i run django-admin startproject mysite > > its prompt : "manage.py alread

Re: cant start a new project ,just installed django

2016-10-04 Thread new user
had seen those answer's tried to uninstall it twice through pip . also reinstalled the python sure about the 1.10.2 version , the first step in the tutorial is to check version not using any virtualenv. On Tuesday, October 4, 2016 at 5:02:12 PM UTC+3, Andromeda Yelton wrote: > > When I copy

Re: cant start a new project ,just installed django

2016-10-04 Thread Andromeda Yelton
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:59 PM, new user wrote: > fo

Re: cant start a new project ,just installed django

2016-10-04 Thread Marlysson Silva
Do you tryied unninstall and install django again? Are you using a virtualenv? Em segunda-feira, 3 de outubro de 2016 20:07:03 UTC-3, new user escreveu: > > followed the intro: > https://docs.djangoproject.com/en/1.10/intro/tutorial01/ > > when i run django-admin startproject mysite > > its promp

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:07:03 UTC-4, new

Re: cant start a new project ,just installed django

2016-10-03 Thread Sylvain Dégué
What Django & python version do you have? Le lundi 3 octobre 2016 19:07:03 UTC-4, new user a écrit : > > 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 o

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