Commit Graph

3 Commits

Author SHA1 Message Date
cdc30400f8 chore: fix formatting of test comment in manage.py
Some checks failed
CI/CD Pipeline / Code Quality Checks (push) Successful in 1m53s
CI/CD Pipeline / Run Tests (push) Failing after 1m55s
CI/CD Pipeline / Build & Push Images (push) Successful in 4m46s
CI/CD Pipeline / Deploy (prod) (push) Has been skipped
CI/CD Pipeline / Deploy (dev) (push) Successful in 1m12s
2026-02-10 11:32:27 +01:00
dkrivov
b734ba5271 test_comment
Some checks failed
CI/CD Pipeline / Run Tests (push) Failing after 1m43s
CI/CD Pipeline / Code Quality Checks (push) Failing after 1m47s
CI/CD Pipeline / Build & Push Images (push) Has been skipped
CI/CD Pipeline / Deploy (dev) (push) Has been skipped
CI/CD Pipeline / Deploy (prod) (push) Has been skipped
2026-02-10 13:24:20 +03:00
cbfbd8652d feat: Add comprehensive Django user app with tests using model-bakery
- Implemented user authentication with JWT tokens
- Added user and profile models with OneToOne relationship
- Created service layer for business logic separation
- Implemented DRF serializers and views
- Added comprehensive test suite with model-bakery factories
- Fixed ipdb/pdbpp dependency conflicts with custom test runner
- Configured development and production environments
- Added deployment configurations for Apache, systemd, and Docker
2026-01-19 14:12:33 +01:00