From 7094aa3e26c24149d54bcec4b7bc8554b59a292b Mon Sep 17 00:00:00 2001 From: ITQ Date: Wed, 29 Jan 2025 20:47:53 +0300 Subject: [PATCH] chore: fixed typos --- solution/.env.template | 2 +- solution/README.md | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/solution/.env.template b/solution/.env.template index da99232..2a5a278 100644 --- a/solution/.env.template +++ b/solution/.env.template @@ -1,5 +1,5 @@ # Change all vars before going to production and remove all comments (!) -# Below all enviroment variables and default values +# Below all environment variables and default values RANDOM_SECRET=very_insecure_key DJANGO_DEBUG=True diff --git a/solution/README.md b/solution/README.md index 208a04d..a125628 100644 --- a/solution/README.md +++ b/solution/README.md @@ -24,7 +24,7 @@ git clone https://github.com/Central-University-IT/test-2025-python-devitq cd test-2025-python-devitq/solution ``` -#### Customize enviroment +#### Customize environment ```bash cp .env.template .env @@ -34,13 +34,13 @@ And setup env vars according to your needs. #### Install dependencies -##### For dev enviroment +##### For dev environment ```bash uv sync --all-extras ``` -##### For prod enviroment +##### For prod environment ```bash uv sync --no-dev @@ -96,9 +96,9 @@ cd test-2025-python-devitq/solution docker build -t prod-2-devitq . ``` -### Customize enviroment +### Customize environment -Customize enviroment with `docker run` command (or bind .env file to container), for all enviroment vars and default values see [.env.template](./.env.template). +Customize environment with `docker run` command (or bind .env file to container), for all environment vars and default values see [.env.template](./.env.template). ### Run docker image