DEV Community

Discussion on: How To Start Web Development With Django 3.0.4

Collapse
 
calag4n profile image
calag4n

I used to use conda with a django project but when I wanted to make a requirements.txt file, it comes too many packages that you didn't want to be there.
Is there a way to fix that?

However, I now use pipenv which combine virtual environments and package manager for Django projects and kept ananconda for AI ones.