Stars
0
Forks
0
Watchers
0
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
3
commits
3
commits
Add inline for managing associated movies in the Author admin panel.
17fb4bcView on GitHub- Update to PostgreSQL 18 in `docker-compose.yml` and adjust healthcheck command retries.
5177f87View on GitHub- Update to PostgreSQL 18 in `docker-compose.yml` and adjust healthcheck command retries.
cc58b48View on GitHubRename models, serializers, views, and related fields: `Spectateur` to `Viewer`, `Auteur` to `Author`, and update `AUTH_USER_MODEL`.
0bf0d9dView on GitHubFix average_rating field in MovieSerializer to remove unnecessary source attribute.
4df7018View on GitHubAdd initial project structure with accounts, movies, and authors apps; basic models, serializers, views, and admin configuration; and README.
76fce36View on GitHub