aboutsummaryrefslogtreecommitdiffstats
path: root/pyblackbird_cc/resources (follow)
Commit message (Expand)AuthorAgeFilesLines
* wip: testing adding resources to shopping cartMatthew Lemon2024-09-141-8/+0
* Removes apparently redundant checks on filepathMatthew Lemon2024-09-111-4/+0
* Cleaning up with ruff, typechecking, etc.Matthew Lemon2024-09-111-2/+3
* Some formatting changes and calming down ruff slightlyMatthew Lemon2024-09-118-30/+35
* Removed extraneous functionMatthew Lemon2024-09-101-10/+0
* Removes extranneous eMatthew Lemon2024-09-101-1/+1
* Removes exception object from logging statementMatthew Lemon2024-09-101-1/+1
* Fix bug in subcategories choices funcMatthew Lemon2024-09-101-1/+4
* Replace relative imports with absoluteMatthew Lemon2024-09-101-5/+5
* All tests pass and sign-up page is editableMatthew Lemon2024-09-103-46/+63
* resources tests passingMatthew Lemon2024-09-085-32/+51
* wip: implementing checkoutMatthew Lemon2024-09-083-20/+59
* Fix for tabbed filter in resource list pageMatthew Lemon2024-09-031-6/+7
* Another docstring onlyMatthew Lemon2024-09-031-0/+14
* Adds a docstring to a view functionMatthew Lemon2024-09-031-0/+14
* wip: implementing the tabbed filter for standard resourcesMatthew Lemon2024-09-011-2/+16
* Added pagination to the resource list pageMatthew Lemon2024-09-011-1/+5
* Logo and new navbar and new detail designMatthew Lemon2024-09-011-6/+3
* The Cancel button is now managed by crispy forms.Matthew Lemon2024-08-082-5/+12
* wip: adding delete and replace buttons for PDFsMatthew Lemon2024-08-052-2/+2
* Add feature to add PDFs to resourcesMatthew Lemon2024-08-033-3/+89
* Add return type hint to upload_snapshotted_pages_to_s3Matthew Lemon2024-08-031-1/+1
* Add admin models for PDFResource and PDFPageSnapshotMatthew Lemon2024-08-032-1/+15
* Removes blackism....Matthew Lemon2024-08-031-3/+1
* Remove Client created log line that is unnecessary.Matthew Lemon2024-08-031-1/+0
* Add S3 utility module and refactor S3 functions into itMatthew Lemon2024-08-034-113/+116
* Updated help text in form field.Matthew Lemon2024-08-031-1/+1
* Adds ability to update the thumbnail/feature imagesMatthew Lemon2024-08-032-7/+51
* wip: adding the update thumbnails formMatthew Lemon2024-08-034-4/+46
* Refactor PDF collection type conditions for readability.Matthew Lemon2024-08-011-5/+5
* Fix: bug where thumbnail image filenames were not being saved on the resource...Matthew Lemon2024-08-011-0/+1
* Renamed additional_resource_categories to subcategories in ResourceInfo object.Matthew Lemon2024-08-011-2/+2
* Ordering the subcategories dropdown list on the update form.Matthew Lemon2024-08-011-0/+1
* Ordering the subcategories on the admin page.Matthew Lemon2024-08-011-1/+3
* Releasing the exception working to the error message.Matthew Lemon2024-08-011-2/+2
* Fix bug where new subcategories were being created on selectionMatthew Lemon2024-08-015-12/+56
* Fix error with validation on additional_resource_categoryMatthew Lemon2024-08-011-1/+0
* wip: Adds a new model for additional categoriesMatthew Lemon2024-07-297-9/+119
* Formatting changes onlyMatthew Lemon2024-07-291-25/+24
* wip: creating a multiple choice field for additional categoriesMatthew Lemon2024-07-292-4/+12
* Added border and badge colour based on categoryMatthew Lemon2024-07-283-0/+21
* Adds ability to add colour class to main categoryMatthew Lemon2024-07-113-0/+21
* Curriculum is optional and age ranges are fixedMatthew Lemon2024-07-114-6/+46
* Removed pypdfium2 which doesn't build on FreeBSDMatthew Lemon2024-06-231-17/+19
* Fix erroneous return statementMatthew Lemon2024-06-221-3/+1
* Removes unnecessary commentMatthew Lemon2024-06-221-28/+0
* Better use of pytest-django markMatthew Lemon2024-06-221-3/+2
* Fixes bug where multiple PDFs not snappshottedMatthew Lemon2024-06-222-7/+38
* Removes extraneous code create_resource_objectsMatthew Lemon2024-05-261-20/+0
* Correctly handles the unique constraint on feature_slotMatthew Lemon2024-05-264-54/+68