removing references to letzshop, replacing by wizamart
This commit is contained in:
@@ -518,8 +518,8 @@ def debug_environment():
|
||||
**Setup:**
|
||||
```bash
|
||||
# Clone repo
|
||||
git clone <repo-url>
|
||||
cd wizamart
|
||||
git clone <wizamart-repo>
|
||||
cd wizamart-repo
|
||||
|
||||
# Create virtual environment
|
||||
python -m venv venv
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
## Overview
|
||||
|
||||
The LetzShop API uses a unified custom exception system to provide consistent, meaningful error responses across all endpoints. This system was redesigned to eliminate competing exception handlers and provide a single source of truth for error handling.
|
||||
The Wizamart API uses a unified custom exception system to provide consistent, meaningful error responses across all endpoints. This system was redesigned to eliminate competing exception handlers and provide a single source of truth for error handling.
|
||||
|
||||
## Architecture
|
||||
|
||||
|
||||
@@ -314,7 +314,7 @@ If you need to work immediately:
|
||||
```
|
||||
Host: localhost
|
||||
Port: 5432
|
||||
Database: letzshop_db
|
||||
Database: wizamart_db
|
||||
User: [from .env file]
|
||||
Password: [from .env file]
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user