Team Climate 380
This project was generated with wemake-django-template. Current template version is: 59ce134. See what is updated since then.
You will need:
python3.12(seepyproject.tomlfor exact version), usepyenv installpostgresql(seedocker-compose.ymlfor exact version)- Latest
docker
When developing locally, we use:
editorconfigplugin (required)poetry(required)pyenv
Full documentation is available here: docs/.
- Install the package manager Poetry.
- Install Python 3.12.11 with poetry env install command, or use pyenv.
- Create an environment for Poetry.
Use the command
poetry env useto specify the path where your Python 3.12.11 is located.
In my case it looked like this:
poetry env use /home/aldmal/snap/code/204/.local/share/uv/python/cpython-3.12.11-linux-x86_64-gnu/bin/python3.12
- Run the command
poetry installto install project dependencies. - Type
poetryin the terminal to see a list of available commands.