aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Looking crap but getting there - the basket...Matthew Lemon2024-09-195-42/+61
|
* wip: getting the thumbnails of resourcesMatthew Lemon2024-09-194-13/+34
|
* Tweak the GBP sign and the colour of card description textMatthew Lemon2024-09-164-6/+7
|
* Upgrade to bootstrap 5.3Matthew Lemon2024-09-16109-1040/+13106
|
* wip: really bad cart icon but it will do for nowMatthew Lemon2024-09-151-74/+91
|
* Sorting imports onlyMatthew Lemon2024-09-154-5/+13
|
* Changed the colour of the card description testMatthew Lemon2024-09-144-2/+16
| | | | - Uses my own CSS class - technical stuff
* wip: testing adding resources to shopping cartMatthew Lemon2024-09-144-8/+34
|
* wip: adding shopping card functionalityMatthew Lemon2024-09-145-7/+69
|
* Adds Add to basket buttons to cards on resource list pageMatthew Lemon2024-09-132-11/+19
|
* Wraps login required for home pageMatthew Lemon2024-09-131-1/+2
|
* Further attempts to remove placeholderMatthew Lemon2024-09-131-1/+0
|
* Another removed missing bootstrap imageMatthew Lemon2024-09-131-1/+1
|
* Remove missing container imageMatthew Lemon2024-09-131-1/+2
|
* Updates the logging config for debuggingMatthew Lemon2024-09-131-15/+43
|
* Merge branch 'master' of github.com:yulqen/pyblackbird_ccUser Django2024-09-131-1/+1
|\
| * Amended ALLOWED_HOSTSMatthew Lemon2024-09-131-1/+1
| |
* | More changes for Docker deploymentMatthew Lemon2024-09-125-49/+209
| |
* | Fixes Docker filesMatthew Lemon2024-09-128-87/+266
| |
* | renamed docker compose fileMatthew Lemon2024-09-121-0/+0
| |
* | Adding rough docker files for Coolify testMatthew Lemon2024-09-122-0/+113
| |
* | wip: starting to tidy upMatthew Lemon2024-09-121-4/+4
| |
* | Removes apparently redundant checks on filepathMatthew Lemon2024-09-111-4/+0
| |
* | Cleaning up with ruff, typechecking, etc.Matthew Lemon2024-09-114-52/+153
| | | | | | | | | | I am enabling lots of capability in neovim which is resulting in all this. Don't be scared.
* | Some formatting changes and calming down ruff slightlyMatthew Lemon2024-09-119-86/+37
| |
* | Shift to uv for dependencies and virtualenv buildingMatthew Lemon2024-09-113-57/+1547
| |
* | Adds stripe to dependenciesMatthew Lemon2024-09-101-1/+2
| |
* | Puts the card description back into the UIMatthew Lemon2024-09-101-1/+2
| |
* | Removed extraneous functionMatthew Lemon2024-09-101-10/+0
| | | | | | | | | | - _write_pdf_to_tempdir(), don't know why i put this in in the first place
* | 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-104-46/+100
|/
* subscription and user is now uniquely constrainedMatthew Lemon2024-09-092-0/+28
|
* Clean up and sort importsMatthew Lemon2024-09-093-15/+13
|
* Test passing: signal sent on sign-up to create subscriptionMatthew Lemon2024-09-097-1/+117
| | | | | - user signs up - signal sent which creates Subscription based on SubscriptionPlan allowing 10 downloads initially. Plan lasts 365 days at present
* resources tests passingMatthew Lemon2024-09-085-32/+51
|
* wip: implementing checkoutMatthew Lemon2024-09-0824-23/+578
| | | | - also some formatting changes
* Adding Lato fonts (files) but switching to Helvetica for now.Matthew Lemon2024-09-033-5/+15
|
* Trying Lato fontMatthew Lemon2024-09-031-1/+1
|
* Fix for tabbed filter in resource list pageMatthew Lemon2024-09-032-7/+7
| | | | Previously the link selected on the tabbed filter navbar in resources list would filter the featured resources too. This fixes that.
* Adds new AL faviconMatthew Lemon2024-09-032-2/+2
|
* Adds vscode config to ignoreMatthew Lemon2024-09-031-0/+1
|
* 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-013-21/+53
| | | | - it is filtering Featured resources too and it shouldn't. Fix.
* Added pagination to the resource list pageMatthew Lemon2024-09-012-4/+50
|
* Made the badges on the resource cards align horizontallyMatthew Lemon2024-09-012-51/+39
|
* Drop shadows on the featured and standard resource panelsMatthew Lemon2024-09-015-22/+26
|