Install patched custom django-raster version via pyproject.toml (used py poetry) #17
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 @henhuy,
I have a PR in which I move the installation of your patched
django-raster
version (also see #15) into the pyproject.toml.This was needed for all users who want to install locally via poetry (without Docker, as recommended in readme).
I also removed the extra step in local and production Dockerfiles.
Edit: I tested it with
docker-compose -f local.yml up -d --build
. Build process runs smooth. Didn't test it withproduction.yml
(lack of production config), but I strongly assume that it will be OK too and would risk merging it.Please review and merge, if you like what you see.