Fullstack Fruit & Veg Shop: A web application developed with HTML, CSS, and JavaScript for the frontend, and Django for the backend. Features include user authentication, a product catalogue, shopping cart functionality, and order management. and much more
feat(giftcards): add support for issuing gift cards with card type, activation, and expiry in admin
card_type
field toGiftCard
model to categorise gift cards (e.g., reward, promotion).issue_gift_card
class method to streamline gift card creation.This update allows admins to issue and manage different types of gift cards directly from the Django admin.