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 UTC+5:30

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 understand why > > > l sábado, 2 d

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 because you are subscrib

Re: Help with manage.py help

2019-11-02 Thread Matías V
I did C:\Users\MValino\Desktop\ProyectoDjango\Proyecto1>pip install django Requirement already satisfied: django in c:\program files (x86)\python37-32\lib\site-packages (2.2.6) Requirement already satisfied: sqlparse in c:\program files (x86)\python37-32\lib\site-packages (from django) (0.3.0) R

Re: Help with manage.py help

2019-11-02 Thread Matías Valiño
i did C:\Users\MValino\Desktop\ProyectoDjango\Proyecto1>pip install django Requirement already satisfied: django in c:\program files (x86)\python37-32\lib\site-packages (2.2.6) Requirement already satisfied: sqlparse in c:\program files (x86)\python37-32\lib\site-packages (from django) (0.3.0) Requ

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 uns

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 django-users+unsubscr.

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 sad