aboutsummaryrefslogtreecommitdiffstats
path: root/alphabetlearning/resources/models.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2024-10-19Changes the Resource to include Stripe referenceMatthew Lemon1-7/+8
2024-10-15Renamed from pyblackbird_cc to alphabetlearning - everywhereMatthew Lemon1-0/+0
2024-09-19Looking crap but getting there - the basket...Matthew Lemon1-2/+8
2024-09-19wip: getting the thumbnails of resourcesMatthew Lemon1-0/+3
2024-09-11Some formatting changes and calming down ruff slightlyMatthew Lemon1-3/+9
2024-09-08wip: implementing checkoutMatthew Lemon1-0/+7
- also some formatting changes
2024-08-03Add admin models for PDFResource and PDFPageSnapshotMatthew Lemon1-0/+4
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-03wip: adding the update thumbnails formMatthew Lemon1-0/+4
2024-08-01Fix bug where new subcategories were being created on selectionMatthew Lemon1-2/+1
2024-07-29wip: Adds a new model for additional categoriesMatthew Lemon1-1/+16
- 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-07-29wip: creating a multiple choice field for additional categoriesMatthew Lemon1-2/+1
2024-07-28Added border and badge colour based on categoryMatthew Lemon1-0/+1
- You have to define them on the ResourceCategory model in the database
2024-07-11Adds ability to add colour class to main categoryMatthew Lemon1-0/+1
- Creates a new line in the database - Uses this in the template instead of the default bootstrap class
2024-07-11Curriculum is optional and age ranges are fixedMatthew Lemon1-6/+9
2024-05-26Correctly handles the unique constraint on feature_slotMatthew Lemon1-18/+4
2024-05-26Better presentation of the feature resourcesMatthew Lemon1-1/+7
2024-05-26Basic feature slot presentation in index pageMatthew Lemon1-1/+3
2024-05-22Resource now has a feature slot fieldMatthew Lemon1-0/+1
2024-05-20wip:Matthew Lemon1-0/+9
- Passing test for raw ORM handling to find snapshot files from an object - Quietens down pytest output
2024-05-16wip: starting to test feature resource functionality with factoriesMatthew Lemon1-0/+20
2024-05-16wip: markdown implemented for description field but working on help_textMatthew Lemon1-1/+17
2024-05-15Fix additional resource field in update formMatthew Lemon1-1/+1
2024-05-15Basic form to update Resource metadataMatthew Lemon1-9/+17
2024-05-14Can now upload to SpacesMatthew Lemon1-0/+104