This repository was archived by the owner on Sep 27, 2022. It is now read-only.
Ease bootstrapping and add setup.py for optional packaging - #17
Open
ciarancourtney wants to merge 9 commits into
Open
Ease bootstrapping and add setup.py for optional packaging#17ciarancourtney wants to merge 9 commits into
ciarancourtney wants to merge 9 commits into
Conversation
* Add Prerequisites of python 3.4 and git
* Register all models and all non m2m fields
* Use pipdeptree to manage deps, just upgrade with pip and run bin/regen_requirements.sh * Parse requirements.txt in setup.py for package install * Add bin/django.sh for easy django cmds with default settings and venv
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Hi,
Took a pretty opinionated approached here, let me know what you think is acceptable for merging?
I think pyenv will throw a lot a people off, and its not strictly required so I just swapped it out with stdlib venv.
Thanks