emidombek / zenceramics

Ecommerce website developed using the Django framework for a ceramics business called Zen Ceramics.
1 stars 1 forks source link

ISSUE 7: Set Up User Roles and Permissions #7

Closed emidombek closed 8 months ago

emidombek commented 9 months ago

As a developer, I need to set up user roles and permissions, distinguishing between admin and customer roles, So that the website can manage user access and permissions effectively.

As an admin user, I want to have access to admin-specific functionalities on the website, So that I can manage products, orders, and other administrative tasks.

As a customer, I want to have access to regular site features on the website, So that I can shop, manage my profile, and place orders.

Acceptance Criteria

emidombek commented 8 months ago

Created user groups of Admin and User in Django admin. Superuser also created.