refactor: rename Wizamart to Orion across entire codebase
Replace all ~1,086 occurrences of Wizamart/wizamart/WIZAMART/WizaMart with Orion/orion/ORION across 184 files. This includes database identifiers, email addresses, domain references, R2 bucket names, DNS prefixes, encryption salt, Celery app name, config defaults, Docker configs, CI configs, documentation, seed data, and templates. Renames homepage-wizamart.html template to homepage-orion.html. Fixes duplicate file_pattern key in api.yaml architecture rule. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -116,7 +116,7 @@ return {
|
||||
|
||||
### Duplicate /shop/ Prefix
|
||||
|
||||
**Problem:** Routes like `/stores/wizamart/shop/shop/products/4`
|
||||
**Problem:** Routes like `/stores/orion/shop/shop/products/4`
|
||||
|
||||
**Root Cause:**
|
||||
```python
|
||||
@@ -136,7 +136,7 @@ All routes in `shop_pages.py` fixed.
|
||||
|
||||
### Missing /shop/ in Template Links
|
||||
|
||||
**Problem:** Links went to `/stores/wizamart/products` instead of `/shop/products`
|
||||
**Problem:** Links went to `/stores/orion/products` instead of `/shop/products`
|
||||
|
||||
**Fix:** Updated all templates:
|
||||
- `shop/base.html` - Header, footer, navigation
|
||||
@@ -290,15 +290,15 @@ Comprehensive guide covering:
|
||||
### Test URLs
|
||||
```
|
||||
Landing Pages:
|
||||
- http://localhost:8000/stores/wizamart/
|
||||
- http://localhost:8000/stores/orion/
|
||||
- http://localhost:8000/stores/fashionhub/
|
||||
- http://localhost:8000/stores/bookstore/
|
||||
|
||||
Shop Pages:
|
||||
- http://localhost:8000/stores/wizamart/shop/
|
||||
- http://localhost:8000/stores/wizamart/shop/products
|
||||
- http://localhost:8000/stores/wizamart/shop/products/1
|
||||
- http://localhost:8000/stores/wizamart/shop/cart
|
||||
- http://localhost:8000/stores/orion/shop/
|
||||
- http://localhost:8000/stores/orion/shop/products
|
||||
- http://localhost:8000/stores/orion/shop/products/1
|
||||
- http://localhost:8000/stores/orion/shop/cart
|
||||
```
|
||||
|
||||
## Breaking Changes
|
||||
|
||||
Reference in New Issue
Block a user