No description
Find a file
2025-10-08 09:32:52 +02:00
qea Make Pcs for now 2025-10-08 09:32:52 +02:00
.gitignore Completed first purchase flow with TME 2025-06-28 21:49:11 +02:00
docker-compose.yml Completed first purchase flow with TME 2025-06-28 21:49:11 +02:00
makefile Completed first purchase flow with TME 2025-06-28 21:49:11 +02:00
pyproject.toml Fix 2 annoying bugs 2025-10-06 13:27:39 +02:00
README.md Completed first purchase flow with TME 2025-06-28 21:49:11 +02:00

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

  1. Clone repo
  2. Install dependencies
uv venv
uv install -r requirements.txt
  1. 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)