Hi Yingi, Once you create a virtual environment, it is an isolated sandbox. It doesn’t have access to the world outside that sandbox. That includes Django - your virtual environment will need to have Django installed separately, even if your “main” Python 3.5 install already has Django installed.
Yours, Russ Magee %-) On 12 Jun 2017, 9:10 PM +0800, yingi keme <[email protected]>, wrote: > Hello > > I have this issue i am trying to resolve. I installed django directly into my > Python35 directory without creating a new virtual environment for my project. > > However, now i want to create a new virtual environment for a new project. If > i make some modifications in django inside this new virtual environment, will > it not affect my previous project.? Do i need to install a new django > entirely? > > -- > 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 [email protected]. > To post to this group, send email to [email protected]. > Visit this group at https://groups.google.com/group/django-users. > To view this discussion on the web visit > https://groups.google.com/d/msgid/django-users/857441fd-c46f-48b1-818e-13380d4c0072%40googlegroups.com. > For more options, visit https://groups.google.com/d/optout. -- 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 [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/django-users. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/330dd057-0b22-4cad-83ba-25837e8f52a7%40Spark. For more options, visit https://groups.google.com/d/optout.

