aboutsummaryrefslogtreecommitdiffstats
path: root/alphabetlearning/resources/admin.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2024-10-15Renamed from pyblackbird_cc to alphabetlearning - everywhereMatthew Lemon1-6/+6
2024-09-11Some formatting changes and calming down ruff slightlyMatthew Lemon1-2/+5
2024-08-03Add admin models for PDFResource and PDFPageSnapshotMatthew Lemon1-1/+11
Expand the admin interface to include PDFResource and PDFPageSnapshot models. The new admin classes define `list_display` attributes to manage displayed columns in the admin list views.
2024-08-01Ordering the subcategories on the admin page.Matthew Lemon1-1/+3
2024-07-29wip: Adds a new model for additional categoriesMatthew Lemon1-1/+4
- Adds new ResourceSubcategory - Uses this for choices= in the Resource form (create) - Adds this new model to the admin Doesn't validate in the edit form yet,
2024-05-14Further tidyingMatthew Lemon1-0/+6
2024-05-14Can now upload to SpacesMatthew Lemon1-0/+14