Switch to rtx

This commit is contained in:
Gabriel Augendre 2023-02-28 14:57:28 +01:00
parent 2d0b193d58
commit 89c70f084a
3 changed files with 4 additions and 4 deletions

1
.gitignore vendored
View file

@ -276,3 +276,4 @@ dmypy.json
staticfiles/ staticfiles/
media/ media/
db.sqlite3 db.sqlite3
.direnv

1
.tool-versions Normal file
View file

@ -0,0 +1 @@
python 3.11.2

View file

@ -9,10 +9,8 @@ Hosted at https://gabnotes.org
## Development ## Development
```shell ```shell
pyenv virtualenv 3.11.1 blog pip install -U pip pip-tools invoke
pyenv local charasheet inv sync-dependencies
pip install pip-tools
pip-sync requirements.txt requirements-dev.txt
pre-commit install --install-hooks pre-commit install --install-hooks
inv test-cov inv test-cov
./src/manage.py migrate ./src/manage.py migrate