django-docker-box icon indicating copy to clipboard operation
django-docker-box copied to clipboard

Include information about Windows usage and Python/DB versions in README

Open anorthall opened this issue 2 years ago • 1 comments

There has been at least two instances of confusion about the need to modify versions before running, so I thought I'd clarify it in README.md.

anorthall avatar Dec 10 '23 15:12 anorthall

I've just opened #48 which addresses a whole host of issues. In there I've removed the ${PWD} - I'm not honestly sure why it was added. It also makes the default for DJANGO_PATH equal to ./django which removes another thing that needs to be configured (as long as the django and django-docker-box repositories are cloned adjacent to each other).

Ideally I'd like to avoid adding a bunch of special instructions for different platforms if we can avoid it. Maybe instead of having to define DOCKER_DEFAULT_PLATFORM=linux/amd64 we could add platform: linux/amd64 in compose.yml and/or --platform=linux/amd64 to FROM in the Containerfile.

ngnpope avatar Dec 19 '24 19:12 ngnpope

I'm still looking at this - feel free to close or ask for changes :)

anorthall avatar Apr 26 '25 14:04 anorthall