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/
|
staticfiles/
|
||||||
media/
|
media/
|
||||||
db.sqlite3
|
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
|
## 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
|
||||||
|
|
Reference in a new issue