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) 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\ProyectoDjango\Proyecto1\manage.py", line 10, in main from django.core.management import execute_from_command_line ModuleNotFoundError: No module named 'django' The above exception was the direct cause of the following exception: Traceback (most recent call last): File "C:\Users\MValino\Desktop\ProyectoDjango\Proyecto1\manage.py", line 21, in <module> main() File "C:\Users\MValino\Desktop\ProyectoDjango\Proyecto1\manage.py", line 16, in main ) from exc ImportError: Couldn't import Django. Are you sure it's installed and available on your PYTHONPATH environment variable? Did you forget to activate a virtual environment? El sábado, 2 de noviembre de 2019, 15:08:41 (UTC-3), Rohit Kurangi escribió: > > Please install- pip install django > > On Sat, 2 Nov, 2019, 10:24 PM Jordan Micle, <jordanm...@gmail.com > <javascript:>> 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 unsubscribe from this group and stop receiving emails from it, send an >> email to django...@googlegroups.com <javascript:>. >> To view this discussion on the web visit >> https://groups.google.com/d/msgid/django-users/5cf44c4a-f26a-4839-b72e-292e8a9d3695%40googlegroups.com >> >> <https://groups.google.com/d/msgid/django-users/5cf44c4a-f26a-4839-b72e-292e8a9d3695%40googlegroups.com?utm_medium=email&utm_source=footer> >> . >> > -- 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 view this discussion on the web visit https://groups.google.com/d/msgid/django-users/028f13f4-cc33-4207-8902-696877d6c070%40googlegroups.com.