On Wednesday, August 14, 2019 at 4:58:44 PM UTC-7, MATTHEW GODSTIME wrote:
>
> 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
>

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.

-- 
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/b5218f53-78f8-4a45-8eb1-6f6b1f9d5b09%40googlegroups.com.

Reply via email to