Go to file
Kai ee6c8e8253
All checks were successful
test / build (push) Successful in 1m12s
test / deploy (push) Successful in 2s
feat: add CLAUDE.md for comprehensive development guidance, including commands, architecture overview, and deployment details
2025-11-28 19:12:02 +08:00
.github/workflows fix: correct command syntax in test.yaml by replacing 'docker compose' with 'docker-compose' for proper deployment execution 2025-03-25 21:57:02 +08:00
apps feat: add custom list method to AreaViewSet for testing purposes 2025-03-25 15:04:14 +08:00
deploy chore: update .dockerignore to include Pipfile and Pipfile.lock, add cryptography to requirements.txt, and modify compose-test.yaml for port mapping and volume path 2025-03-24 13:58:19 +08:00
locale/en/LC_MESSAGES first commit 2025-03-21 17:45:04 +08:00
mysite refactor: clean up code formatting in various files for improved readability 2025-03-24 20:03:17 +08:00
utils refactor: clean up code formatting in various files for improved readability 2025-03-24 20:03:17 +08:00
.dockerignore chore: update .dockerignore to include Pipfile and Pipfile.lock, add cryptography to requirements.txt, and modify compose-test.yaml for port mapping and volume path 2025-03-24 13:58:19 +08:00
.gitignore first commit 2025-03-21 17:45:04 +08:00
CLAUDE.md feat: add CLAUDE.md for comprehensive development guidance, including commands, architecture overview, and deployment details 2025-11-28 19:12:02 +08:00
Dockerfile fix: simplify path for requirements.txt in Dockerfile 2025-03-24 11:55:01 +08:00
manage.py first commit 2025-03-21 17:45:04 +08:00
requirements.txt chore: update .dockerignore to include Pipfile and Pipfile.lock, add cryptography to requirements.txt, and modify compose-test.yaml for port mapping and volume path 2025-03-24 13:58:19 +08:00