Can't run manage.py

13 views
Skip to first unread message

MATTHEW GODSTIME

unread,
Aug 14, 2019, 7:58:44 PM8/14/19
to Django users
The error displayed is

' couldn't import Django I'm sure if it's install or in my python path or if forget to activate my virtual environment'

I have Django installed and activate my virtualenv were it was installed activated before the installation , I also have the path of the bin file in my python path what could be the solution?

I googled many help but were not clear I'm frustrated

RONAK JAIN

unread,
Aug 15, 2019, 3:32:47 AM8/15/19
to django...@googlegroups.com
Hey, 

You can do simply first of all remove your virtualenv path write there.

rm -rf env (or whatever created name for environment..)


Then , again simply create your virtual path :
virtualenv  -p python3 env && source env/bin/activate 


I think ,  you cando easily and if you will get any type of error please let me know...



Thanks 

--
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...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/28c8bd72-136e-44ac-8805-03f15498d9f8%40googlegroups.com.

chevalier

unread,
Aug 15, 2019, 8:32:09 AM8/15/19
to Django users
You can check Django in terminal by
py -m django --version
It will give you the currently installed version of Django.

If it is installed and you in your virtual environment, try going to previous sub folder. There is a possibility that you have installed there.

RONAK JAIN

unread,
Aug 15, 2019, 10:21:04 AM8/15/19
to django...@googlegroups.com
You can do uninstall and try to do it again I think. you installed the wrong version.

or if you will get again error please let me know I will connect with you on TeamViewer and Zoom also.


Thank

--
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...@googlegroups.com.
Reply all
Reply to author
Forward
0 new messages