No description
qea | ||
.gitignore | ||
docker-compose.yml | ||
makefile | ||
pyproject.toml | ||
README.md |
QEA Automations
Installing:
bench get-app https://gitlab+deploy-token-109:gldt-Z5WanE1C9Cz4TFaqMjjR@git.devdroplets.com/devdroplets/developed/frappe-qea.git
bench install-app frappe-qea
Development
- Clone repo
- Install dependencies
uv venv
uv install -r requirements.txt
- Turn on docker
docker-compose up -d
Troubleshooting
If a custom apps' assets
are not loading, make sure the asset folder in the backend
and frontend
container are the same; they may create anonymous volumes for not particular reason (probably VOLUME
inside the dockerfile)