Re: django beginner

2015-03-13 Thread george . varaboutis
the verson is 1.7.6 why? -- 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 djan

Re: django beginner

2015-03-13 Thread george . varaboutis
ok i put the folder that the django-admin file is in at the variables path of windows i hope that deals with later problems with files -- 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

Re: django beginner

2015-03-13 Thread george . varaboutis
i have django installed correctly i checked witht he version test my python folder is on c:\ #!c:\users\radcliff\appdata\local\enthought\canopy32\user\scripts\python.exe from django.core import management if __name__ == "__main__": management.execute_from_command_line() this is what is in

Re: django beginner

2015-03-13 Thread george . varaboutis
Τη Παρασκευή, 13 Μαρτίου 2015 - 6:58:55 μ.μ. UTC+2, ο χρήστης george.v...@gmail.com έγραψε: > > i am at the start > i use windows7, python 2.7.6 and django 1.7.6 > > after installation i tried to run "django-admin startproject mysite" > and it only opened notepad++ the file django-admin.py > >

django beginner

2015-03-13 Thread george . varaboutis
i am at the start i use windows7, python 2.7.6 and django 1.7.6 after installation i tried to run "django-admin startproject mysite" and it only opened notepad++ the file django-admin.py i then went in the directory that it was found and coppied the three files in the folder i want my project t

Django beggining problems

2015-03-13 Thread george . varaboutis
i am following the tutorial right now... I use windows 7 python 2.7.6 and django 1.7.6 when i run "django-admin startproject mysite" it opens a file on notepad++ called django-admin with some code in it #!c:\users\radcliff\appdata\local\enthought\canopy32\user\scripts\python.exe f