Can't run manage.py

瀏覽次數:13 次
跳到第一則未讀訊息

MATTHEW GODSTIME

未讀,
2019年8月14日 晚上7:58:442019/8/14
收件者: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

未讀,
2019年8月15日 凌晨3:32:472019/8/15
收件者: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

未讀,
2019年8月15日 上午8:32:092019/8/15
收件者: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

未讀,
2019年8月15日 上午10:21:042019/8/15
收件者: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.
回覆所有人
回覆作者
轉寄
0 則新訊息