# 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 ```