The Chapter class in agagd/agagd_core/models.py doesn't seem to be used anywhere. The Chapters class seems to be the source of truth throughout the app.
Notes
It is possible that the underlying DB table is used somewhere outside the AGAGD app, but removing the model (assuming it truly is unused, as it seems to be) should not affect anything.
Summary of the Bug
The
Chapter
class inagagd/agagd_core/models.py
doesn't seem to be used anywhere. TheChapters
class seems to be the source of truth throughout the app.Notes
It is possible that the underlying DB table is used somewhere outside the AGAGD app, but removing the model (assuming it truly is unused, as it seems to be) should not affect anything.