aboutsummaryrefslogtreecommitdiffstats
path: root/thallium-backend/scripts/seed.py (unfollow)
Commit message (Collapse)AuthorLines
2024-09-23Move import to a type checking block to avoid circular importGravatar Chris Lovering-2/+4
2024-09-16Bump cryptography from 43.0.0 to 43.0.1 (#14)Gravatar dependabot[bot]-29/+29
Bumps [cryptography](https://github.com/pyca/cryptography) from 43.0.0 to 43.0.1. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/43.0.0...43.0.1) --- updated-dependencies: - dependency-name: cryptography dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-09-16Add placeholder printful store id to CI for testsGravatar Chris Lovering-0/+1
2024-09-16Reduce the time voucher rows are locked when creating ordersGravatar Chris Lovering-2/+3
2024-09-13Add a gift emssage to the orderGravatar Chris Lovering-0/+4
2024-09-13Estimate order costs before submitting the orderGravatar Chris Lovering-9/+15
2024-09-13Set the external_id of the printful order to the voucher idGravatar Chris Lovering-3/+7
2024-09-13Also accept a quantity for order itemsGravatar Chris Lovering-0/+1
2024-09-13Make OrderCosts available via the dto moduleGravatar Chris Lovering-1/+2
2024-09-13Add an endpoint to submit an order to printfulGravatar Chris Lovering-0/+111
2024-09-13Add the printful store ID to the authorized client as a headerGravatar Chris Lovering-1/+5
2024-09-13Fix seed script user creationGravatar Chris Lovering-4/+32
2024-09-12Add card wrapper around cart status on store pageGravatar Joe Banks-7/+19
2024-09-12ESLint fixesGravatar Joe Banks-9/+9
2024-09-12Use new CartConfirm component in CheckoutPageGravatar Joe Banks-2/+2