Moodscape is an art e-commerce platform where users can browse, purchase, and discover unique art pieces. The platform provides a secure checkout, order management, and personalized user experiences.
As a developer
I want to create fixtures to import example products and categories into the shop
So that I can easily set up the development and testing environment with sample data.
Objective
To create fixtures for products and categories that can be used to populate the shop with example data, facilitating development and testing.
Acceptance Criteria
Fixtures for example products are created.
Fixtures for example categories are created.
Fixtures can be loaded into the database to populate the shop with sample data.
Tasks
[x] Create fixtures for example products with relevant fields (e.g., name, description, price, image, category).
[x] Create fixtures for example categories with relevant fields (e.g., name, description).
[x] Ensure the fixtures can be loaded into the database using Django's loaddata command.
[x] Test the fixtures to ensure they populate the database correctly.
As a developer I want to create fixtures to import example products and categories into the shop So that I can easily set up the development and testing environment with sample data.
Objective
To create fixtures for products and categories that can be used to populate the shop with example data, facilitating development and testing.
Acceptance Criteria
Tasks