You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the production docker container for the django would build with tox/black/pytest/factoryboy etc. It's not necessarily optimal, but for the purposes of a clean template i was going for simplicity. The result of this single requirements file is a little bit more memory on your server but none of that code would be being executed.
As an aside, I've been really interested in some sort of solution closer to the devDependencies in the package.json, but for python. I'm still not sure if that is poetry, pipenv, or something else. If you knew of the right tool for this job I'd love to know it!
Or rather lack thereof. How are you achieving this?
Lets say I want to to push to production. I don't think I need tox/black/pytest/factoryboy etc
The text was updated successfully, but these errors were encountered: