diff options
| author | Max Nanis | 2026-02-19 20:11:41 -0500 |
|---|---|---|
| committer | Max Nanis | 2026-02-19 20:11:41 -0500 |
| commit | 8b31678c6e44400967d4934cd9f3c6c6ac0da721 (patch) | |
| tree | 41c5f4479c353a16da1a8b6fa9088abd084ea388 /carer/README.md | |
| parent | f0f96f83c2630e890a2cbcab53f77fd4c37e1684 (diff) | |
| download | amt-jb-8b31678c6e44400967d4934cd9f3c6c6ac0da721.tar.gz amt-jb-8b31678c6e44400967d4934cd9f3c6c6ac0da721.zip | |
Carer dir into project, some initial pytest, part of the flow tasks. License and Readme update
Diffstat (limited to 'carer/README.md')
| -rw-r--r-- | carer/README.md | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/carer/README.md b/carer/README.md new file mode 100644 index 0000000..e5f9123 --- /dev/null +++ b/carer/README.md @@ -0,0 +1,20 @@ +# amt-jb + +This refers to the Django carer that handles DB models + +## Environment + +- amt-jb-carer: (amt-jb-carer-venv) Python 3.13.7 + + +```shell + +python3.13 -m venv /root/amt-jb-carer-venv +source /root/amt-jb-carer-venv/bin/activate +pip install -U pip setuptools wheel +cd ~/amt-jb/carer/ +pip install -r requirements.txt + +python3 manage.py makemigrations mtwerk --settings=carer.settings.production +python3 manage.py migrate mtwerk --settings=carer.settings.production +```
\ No newline at end of file |
