source {{ home_folder }}/iac_app/.venv/bin/activate python3 ./manage.py makemigrations content python3 ./manage.py migrate # nohup python3 ./manage.py runserver 0.0.0.0:8000 > /dev/null 2>&1 &