aboutsummaryrefslogtreecommitdiffstats
path: root/pyblackbird_cc/resources/migrations (unfollow)
Commit message (Collapse)AuthorFilesLines
2024-09-08wip: implementing checkoutMatthew Lemon1-0/+26
- also some formatting changes
2024-08-01Fix bug where new subcategories were being created on selectionMatthew Lemon2-0/+43
2024-07-29wip: Adds a new model for additional categoriesMatthew Lemon3-0/+88
- 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-28Added border and badge colour based on categoryMatthew Lemon1-0/+18
- 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/+18
- 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 Lemon2-0/+36
2024-05-26Correctly handles the unique constraint on feature_slotMatthew Lemon1-0/+18
2024-05-26Better presentation of the feature resourcesMatthew Lemon3-0/+59
2024-05-22Resource now has a feature slot fieldMatthew Lemon2-0/+54
2024-05-16wip: markdown implemented for description field but working on help_textMatthew Lemon1-0/+18
2024-05-15Fix additional resource field in update formMatthew Lemon1-0/+24
2024-05-14Can now upload to SpacesMatthew Lemon1-0/+90