Great advice from everyone glad I asked. Project dependencies file definitely! Thanks
On Fri, Jun 24, 2016 at 10:45 AM, Nate Granatir <[email protected]> wrote: > I've found that virtualenvs are definitely worth the time to set up, there > will be a time down the road when you need to have two different versions > of the same package. Also, I'd strongly recommend storing the project's > dependencies in a requirements.txt file. I have a terrible memory and would > never remember which versions are compatible with my project and which > aren't. > > As mentioned above, your IDE may help you set up and use virtualenvs. I > use PyCharm and it can create the environment for you and associate that > with your project. > > -- > You received this message because you are subscribed to a topic in the > Google Groups "Django users" group. > To unsubscribe from this topic, visit > https://groups.google.com/d/topic/django-users/mkVT60BLOAY/unsubscribe. > To unsubscribe from this group and all its topics, 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/ba9c488d-b563-4822-867d-5463869fe49b%40googlegroups.com > <https://groups.google.com/d/msgid/django-users/ba9c488d-b563-4822-867d-5463869fe49b%40googlegroups.com?utm_medium=email&utm_source=footer> > . > > 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/CAOK%3DB9Jrf5Ncn%3DCpnq3XOKXgE1uQwn4qafdUFyf_P93WJ0k8Kw%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.

