Re: Where is django-admin?

2017-05-02 Thread Pelle Pälsänger
Hi friends! It worked when I run $python django-admin.exe startproject mysite, not with django-admin.py. This is Windows 10.1. Python 3.6.1. BR. Stig Den torsdag 27 april 2017 kl. 15:22:13 UTC+2 skrev Pelle Pälsänger: > > Hi! > > I try to learn how to create web apps with django

Re: Where is django-admin?

2017-05-02 Thread Pelle Pälsänger
Den torsdag 27 april 2017 kl. 15:22:13 UTC+2 skrev Pelle Pälsänger: > > Hi! > > I try to learn how to create web apps with django on windows10. > I have downloaded django1.11 ($git clone > https://github.com/django/django.git) and installed it ($py -m pip > install Djan

Re: Where is django-admin?

2017-05-02 Thread Pelle Pälsänger
Friday, April 28, 2017 at 3:39:04 PM UTC+4:30, Pelle Pälsänger wrote: >> >> Yes I know where django-admin.py is. I >> put C:\Users\stig\djangogirls\myvenv\Scripts in my path. >> BR, >> Stig >> >> >> >> Den torsdag 27 april 2017 kl. 15:22:13 U

Re: Where is django-admin?

2017-04-28 Thread Pelle Pälsänger
Yes I know where django-admin.py is. I put C:\Users\stig\djangogirls\myvenv\Scripts in my path. BR, Stig Den torsdag 27 april 2017 kl. 15:22:13 UTC+2 skrev Pelle Pälsänger: > > Hi! > > I try to learn how to create web apps with django on windows10. > I have downloaded django1

Re: Where is django-admin?

2017-04-28 Thread Pelle Pälsänger
Den torsdag 27 april 2017 kl. 15:22:13 UTC+2 skrev Pelle Pälsänger: > > Hi! > > I try to learn how to create web apps with django on windows10. > I have downloaded django1.11 ($git clone > https://github.com/django/django.git) and installed it ($py -m pip > install Djan

Re: Where is django-admin?

2017-04-28 Thread Pelle Pälsänger
have any clue? Best Regards from Stig Larsson Den torsdag 27 april 2017 kl. 15:22:13 UTC+2 skrev Pelle Pälsänger: > > Hi! > > I try to learn how to create web apps with django on windows10. > I have downloaded django1.11 ($git clone > https://github.com/django/django.git) and

Where is django-admin?

2017-04-27 Thread Pelle Pälsänger
Hi! I try to learn how to create web apps with django following https://pythonprogramming.net/django-web-development-with-python-intro/. I have done: c:\Python34\Lib\site-packages>git clone https://github.com/django/django.git c:\Python34\Lib\site-packages>py -m pip install Django==1.11 Then

Where is django-admin?

2017-04-27 Thread Pelle Pälsänger
Hi! I try to learn how to create web apps with django on windows10. I have downloaded django1.11 ($git clone https://github.com/django/django.git) and installed it ($py -m pip install Django==1.11). I follow https://pythonprogramming.net/django-web-development-with-python-intro/ Then I try