Switch to rtx
This commit is contained in:
parent
2d0b193d58
commit
89c70f084a
3 changed files with 4 additions and 4 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -276,3 +276,4 @@ dmypy.json
|
|||
staticfiles/
|
||||
media/
|
||||
db.sqlite3
|
||||
.direnv
|
||||
|
|
1
.tool-versions
Normal file
1
.tool-versions
Normal file
|
@ -0,0 +1 @@
|
|||
python 3.11.2
|
|
@ -9,10 +9,8 @@ Hosted at https://gabnotes.org
|
|||
|
||||
## Development
|
||||
```shell
|
||||
pyenv virtualenv 3.11.1 blog
|
||||
pyenv local charasheet
|
||||
pip install pip-tools
|
||||
pip-sync requirements.txt requirements-dev.txt
|
||||
pip install -U pip pip-tools invoke
|
||||
inv sync-dependencies
|
||||
pre-commit install --install-hooks
|
||||
inv test-cov
|
||||
./src/manage.py migrate
|
||||
|
|
Reference in a new issue