Krishna
Krishna
Hey, if this is not started I can pick this up. Thanks!
> @M-krishna it's already been implemented. We aren't pushing this patch yet because this is a post-MVP feature Cool then!
@MidouWebDev @abhivemp @PraveenMalethia @divanov11 @codyseibert I would love to hear feedback from you guys.
@PraveenMalethia yup, I can work on this feature. And also this won't the affect MVP release. I'll break down this up and create a separate release plan. Thanks!
> What do that "break down dev and prod dependencies mean exactly" ? Imagine you have dependencies that is only used for development purposes and not exactly for production. Let's...
I don't exactly know what dependencies are used for dev and prod in this project. But for eg. take `django-debug-toolbar` package, this is not currently added in this project. This...
`pip-compile` will automatically generate the `.txt` file. The thing is that we won't be editing the `.txt` file directly. We'll edit the `requirements.in` file and run `pip-compile` which will then...