Re: Help with manage.py help

2019-11-03 Thread Parth Joshi
This mostly happens when your either django is intalled fully in global context or in virtual enviironment. Are you using virtual environment ?. If so, did you install django in the virtual env? Did you activate the virtualenv before proceeding ? On Saturday, 2 November 2019 20:21:02

Re: Help with manage.py help

2019-11-02 Thread Mohammad yunus
If u type "python manage.py help" it will work..if u type only"manage.py hello" it will show error...I think it's version problem,,can u tell us what u want to do On Sun, 3 Nov 2019, 3:41 am Matías V, wrote: > I use python manage.py help and workt, but i dont understan

Re: Help with manage.py help

2019-11-02 Thread Matías V
I use python manage.py help and workt, but i dont understand why l sábado, 2 de noviembre de 2019, 13:54:50 (UTC-3), Jordan Micle escribió: > > That error occur because you didn't install django. > Or you didn't activate the environment > -- You received this message

Re: Help with manage.py help

2019-11-02 Thread Matías V
3.0) Requirement already satisfied: pytz in c:\program files (x86)\python37-32\lib\site-packages (from django) (2018.5) but manage.py help , do not workt C:\Users\MValino\Desktop\ProyectoDjango\Proyecto1>manage.py help Traceback (most recent call last): File "C:\Users\MValino\Desktop\Pro

Re: Help with manage.py help

2019-11-02 Thread Matías Valiño
3.0) Requirement already satisfied: pytz in c:\program files (x86)\python37-32\lib\site-packages (from django) (2018.5) but manage.py help do not work El sáb., 2 nov. 2019 a las 15:08, Rohit Kurangi () escribió: > Please install- pip install django > > On Sat, 2 Nov, 2019, 10:24 PM

Re: Help with manage.py help

2019-11-02 Thread Rohit Kurangi
Please install- pip install django On Sat, 2 Nov, 2019, 10:24 PM Jordan Micle, wrote: > That error occur because you didn't install django. > Or you didn't activate the environment > > -- > You received this message because you are subscribed to the Google Groups > "Django users" group. > To

Re: Help with manage.py help

2019-11-02 Thread Jordan Micle
That error occur because you didn't install django. Or you didn't activate the environment -- 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

Help with manage.py help

2019-11-02 Thread Matías V
I installed django (2, 2, 6, 'final', 0) My python is Python 3.7.0 (v3.7.0:1bf9cc5093, Jun 27 2018, 04:06:47) [MSC v.1914 32 bit (Intel)] on win32 I’am taking a corurs of django, first start e Project with django-admin startproject Proyecto1 and workted. Created a folder with manage.py in