News

. ├── alembic/ # Database migrations ├── app/ # Application code │ ├── api/ # API routes │ │ └── v1/ # API version 1 │ │ ├── endpoints/ # API endpoints │ │ └── api.py # API router │ ├── core/ # Core ...
To prohibit users from altering their ratings set STAR_RATINGS_RERATE = False in settings.py To allow users to delete a rating by selecting the same score again, set STAR_RATINGS_RERATE_SAME_DELETE = ...