Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Management of settings/requirements #3

Open
nickatnight opened this issue Mar 17, 2021 · 1 comment
Open

Management of settings/requirements #3

nickatnight opened this issue Mar 17, 2021 · 1 comment

Comments

@nickatnight
Copy link

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

@robdox
Copy link
Owner

robdox commented Mar 28, 2021

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants