Skip to content

Adding details in the Catalog App

1. Steps to Add a New Brand

  1. Navigate to the Catalog App in Django Admin.
  2. Click on Brand.
  3. Add a new brand with the following details:
Field Value
Name <Brand Name>
Description <Brand Description>
Logo <Upload Logo>
Is Approved True
  1. Click Save to add the brand.

2. Steps to Add a New Size

  1. Navigate to the Catalog App in Django Admin.
  2. Click on Product sizes.
  3. Add a new size with the following details:
Field Value
Size <Size Name>
Size value <size code> (eg: S, M)
  1. Click Save to add the size.

3. Steps to Add a New Collection

  1. Navigate to the Catalog App in Django Admin.
  2. Click on Collection .
  3. Add a new collection with the following details:
Field Value
Name <Size Name>
Description <desc>
Image <image>
is_active True
  1. Click Save to add the new collection.

4. Steps to Add a New Color

  1. Navigate to the Catalog App in Django Admin.
  2. Click on Colors .
  3. Add a new color with the following details:
Field Value
Name <color name>
  1. Click Save to add the new color.

4. Steps to Add a New Fabric

  1. Navigate to the Catalog App in Django Admin.
  2. Click on Fabrics .
  3. Add a new fabric with the following details:
Field Value
Name <fabric name>
Description <desc>
is_approved True
  1. Click Save to add the new fabric.

5. Steps to Add a New category and Sub category

  1. Navigate to the Catalog App in Django Admin.
  2. Click on Category .
  3. Add a new category and Sub category with the following details:
Field Value
Name <sub category name>
parent <select parent category or create new category>
Description <desc>
  1. Click Save to add the new sub category with parent category.