mirror of
https://github.com/Crocmagnon/charasheet.git
synced 2024-11-05 06:13:55 +01:00
full switch to rtx
This commit is contained in:
parent
9e2c9bcd7d
commit
defd369e96
4 changed files with 7 additions and 4 deletions
3
.envrc
3
.envrc
|
@ -1,3 +0,0 @@
|
||||||
layout python3
|
|
||||||
export ENV_FILE="$(realpath ./envs/local-envs.env)"
|
|
||||||
export DATABASE_URL="sqlite:///$(realpath ./db/db.sqlite3)"
|
|
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -39,3 +39,4 @@ dashboard_templates/backup_*.zip
|
||||||
.idea/sonarlint/
|
.idea/sonarlint/
|
||||||
character.json
|
character.json
|
||||||
.direnv/
|
.direnv/
|
||||||
|
.venv/
|
||||||
|
|
6
.rtx.toml
Normal file
6
.rtx.toml
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
[tools]
|
||||||
|
python = {version="3.11", virtualenv=".venv"}
|
||||||
|
|
||||||
|
[env]
|
||||||
|
ENV_FILE = "{{config_root}}/envs/local-envs.env"
|
||||||
|
DATABASE_URL = "sqlite:///{{config_root}}/db/db.sqlite3"
|
|
@ -1 +0,0 @@
|
||||||
python 3.11.2
|
|
Loading…
Reference in a new issue